git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36784 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2013-07-01 08:12:22 +00:00
parent ef666cb7c1
commit 490901fc6c

View file

@ -46,7 +46,7 @@
/* Define the GS_OSX_ADJUST() macro to adjust OSX style version macros
* to GNUstep style version macros.
*/
#define GS_OSX_ADJUST(V) ((V) < 10000 ? (V) : ((V)/10*100 + (V)%10*10)
#define GS_OSX_ADJUST(V) ((V) < 10000 ? (V) : ((V)/10*100 + (V)%10*10))
/* Define OSX compatibility version macros if necessary.
*/