Menu

#61 Bug in RegexKitPrivateAtomic.h on GNUstep/Ubuntu

v0.6.0 Beta
open
GNUstep (1)
5
2011-05-13
2011-04-27
Anonymous
No

Found this little bug trying to get RegexKit to compile with GNUstep on Ubuntu.

In Source/Headers/RegexKit/RegexKitPrivateAtomic.h at line 167:
#define RKAtomicCompareAndSwapPtr(oldp, newp, ptr) __sync_bool_compare_and_swap(ptr, oldValue, newValue)
should be:
#define RKAtomicCompareAndSwapPtr(oldValue, newValue, ptr) __sync_bool_compare_and_swap(ptr, oldValue, newValue)

Svn diff for patch attached.

Discussion

  • Anonymous

    Anonymous - 2011-05-13
    • assigned_to: nobody --> jengelhart
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.