remove -DHAMMER_INTERNAL__NO_STDARG_H from Makefile.PL too

This commit is contained in:
Meredith L. Patterson 2013-12-06 03:19:45 +01:00
parent baf7aa23e3
commit 767afacf6b

View file

@ -10,6 +10,6 @@ WriteMakefile(
LIBS => ["-lhammer"], LIBS => ["-lhammer"],
OBJECT => 'hammer_wrap.o', OBJECT => 'hammer_wrap.o',
INC => '-I../..', INC => '-I../..',
CCFLAGS => "$Config{ccflags} -DSWIG -DHAMMER_INTERNAL__NO_STDARG_H -std=gnu99", CCFLAGS => "$Config{ccflags} -DSWIG -std=gnu99",
); );