Always include yywrap in drucompi and add include path of gscr in scr.

This commit is contained in:
Jean-Paul Chaput 2017-03-11 18:20:15 +01:00
parent 58012f54fb
commit 664ee13aad
2 changed files with 2 additions and 3 deletions

View File

@ -192,8 +192,6 @@ void DrucEcho ( text )
} }
} }
#ifndef yywrap
int yywrap() int yywrap()
{ return(1) ; } { return(1) ; }
#endif

View File

@ -6,7 +6,8 @@ AM_YFLAGS = -d
CFLAGS = -g -O2 CFLAGS = -g -O2
#CFLAGS = -O2 #CFLAGS = -O2
AM_CFLAGS = @ALLIANCE_CFLAGS@ \ AM_CFLAGS = @ALLIANCE_CFLAGS@ \
-I$(top_srcdir)/mbk/src -I$(top_srcdir)/mbk/src \
-I$(top_srcdir)/gscr/src
bin_PROGRAMS = scr bin_PROGRAMS = scr