For the bwk_20030314 version, we have to -DHAS_ISBLANK now.

Oh how I wish the author had accepted my "#ifndef isblank" patch instead.
This commit is contained in:
David E. O'Brien 2003-03-17 08:07:54 +00:00
parent 3a147e6d81
commit 82e3b82014
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112339

View File

@ -6,7 +6,7 @@ AWKSRC= ${.CURDIR}/../../contrib/one-true-awk
PROG= nawk
SRCS= awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c ytab.h
CFLAGS+= -I. -I${AWKSRC}
CFLAGS+= -DHAS_ISBLANK -I. -I${AWKSRC}
DPADD= ${LIBM}
LDADD= -lm