From: ceriel Date: Thu, 12 Mar 1987 22:50:03 +0000 (+0000) Subject: Added -Dvoid=int to CFLAGS X-Git-Tag: release-5-5~4402 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3f75d2b08f1cbdf6f25365988c10fb0a707cc542;p=ack.git Added -Dvoid=int to CFLAGS --- diff --git a/lang/occam/comp/Makefile b/lang/occam/comp/Makefile index 64fbe29a8..bf25eb7b4 100644 --- a/lang/occam/comp/Makefile +++ b/lang/occam/comp/Makefile @@ -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