Always define __ACK when preprocessing
authorceriel <none@none>
Thu, 5 Aug 1993 11:09:12 +0000 (11:09 +0000)
committerceriel <none@none>
Thu, 5 Aug 1993 11:09:12 +0000 (11:09 +0000)
lib/descr/fe

index 7ad8f8f..728358d 100644 (file)
@@ -21,6 +21,7 @@ name cpp
        mapflag -ansi ANSI_C=.ansi
        args {CPP_F?} ({SUFFIX?}:.ocm=-I{EM}/include/occam) \
                -D__{NAME} \
+               -D__ACK \
                {SYSINCLUDES?} \
                ({ANSI_C?}:.ansi={ANSI_C_INCLUDES}) \
                {C_INCLUDES} \
@@ -75,6 +76,7 @@ name cem
        args \
                {CPP_F?} \
                -D__{NAME} \
+               -D__ACK \
                {SYSINCLUDES?} \
                ({ANSI_C?}:.ansi={ANSI_C_INCLUDES}) \
                {C_INCLUDES} \