Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv32549
Modified Files:
ChangeLog
Log Message:
Flex scanner: use option noyywrap
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -r1.96 -r1.97
*** ChangeLog 2001/07/12 15:10:13 1.96
--- ChangeLog 2001/08/03 16:13:10 1.97
***************
*** 1,2 ****
--- 1,4 ----
+ (2001/08/03 - broeker) Use %option noyywrap in fscanner.l to avoid problems
+ with broken flex installations that can't find -lfl.
(2001/07/12 - dixon) Updated INSTALL with new configure info for HP-UX.
(2001/07/11 - broeker) Fixed #if syntax glitch in cohrs' SUNOS change.
|