* support/regression/fwk/include/testfwk.h,
[fw/sdcc] / support / regression / Makefile.in
index 3378a7b0cb174e5c49897a22ec357fb9e715ab1a..384a549ec241547f1c9ce55881cf063d1181a5ca 100644 (file)
@@ -41,7 +41,7 @@
 .SILENT:
 
 CC = @CC@
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = @CPPFLAGS@ -DNO_VARARGS
 
 # support VPATH:
 VPATH        = @srcdir@
@@ -150,7 +150,7 @@ INC_DIR = $(top_srcdir)/device/include
 # Path to SDCC
 SDCC = $(top_builddir)bin/sdcc
 # Base flags.
-SDCCFLAGS +=
+SDCCFLAGS += -DNO_VARARGS
 # Extension of object intermediate files
 OBJEXT = .o
 # Extension of files that can be run in the emulator