Revision: 6241 Author: ek.kato Date: Wed Mar 10 22:53:31 2010 Log: * replace/Makefile.am (strtonum.lo) : Add -std=c99 into CFLAGS for darwin.
http://code.google.com/p/uim/source/detail?r=6241 Modified: /trunk/replace/Makefile.am ======================================= --- /trunk/replace/Makefile.am Mon Feb 2 08:16:55 2009 +++ /trunk/replace/Makefile.am Wed Mar 10 22:53:31 2010 @@ -19,3 +19,5 @@ strsep.c \ strtoll.c \ strtonum.c + +strtonum.lo: CFLAGS+=-std=c99
