public
Description: A newfound treasure; a lightweight Foundation library for Linux.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nufound.git
Replace the determination of LONG_LONG_MAX with a GNUC internal macro
Markus Hardt (author)
Tue Apr 08 22:58:53 -0700 2008
commit  b31444bb4f5d5fe9a7f3882ce479e6a3ed810a3e
tree    dc1287fd4b60e47b77c169754e4d234895d8b1c3
parent  9501b58c16eabebd9b671736c3dea9469fa2dcc2
...
31
32
33
34
 
35
36
37
...
31
32
33
 
34
35
36
37
0
@@ -31,7 +31,7 @@
0
 #include <Foundation/NSObject.h>
0
 
0
 #ifndef LONG_LONG_MAX
0
-# define LONG_LONG_MAX (((unsigned long long)-1) >> 1)
0
+# define LONG_LONG_MAX (__LONG_LONG_MAX__)
0
 #endif
0
 
0
 #ifndef LONG_LONG_MIN

Comments

    No one has commented yet.