Added -Dvoid=int to CFLAGS
This commit is contained in:
parent
21b427d4df
commit
3f75d2b08f
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ LLOPT=
|
|||
LIBRARY= $(MODLIB)/libem_mes.a $(MODLIB)/libemk.a \
|
||||
$(MODLIB)/libprint.a $(MODLIB)/libstring.a \
|
||||
$(MODLIB)/libsystem.a -lln
|
||||
CFLAGS = -O $(INCL)
|
||||
CFLAGS = -Dvoid=int -O $(INCL)
|
||||
# void = int, because some compilers don't understand void
|
||||
HSRC = code.h em.h expr.h sizes.h symtab.h token.h
|
||||
CSRC = builtin.c code.c em.c expr.c keytab.c report.c symtab.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue