|
From: Hans-Bernhard B. <br...@us...> - 2001-09-13 16:45:34
|
Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv8367
Modified Files:
ChangeLog
Log Message:
Fix bug #460345, by moving one fscanner.l rule downwards.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -r1.100 -r1.101
*** ChangeLog 2001/08/27 13:35:43 1.100
--- ChangeLog 2001/09/13 16:45:30 1.101
***************
*** 1,2 ****
--- 1,5 ----
+ (2001/09/13 - broeker) Move chunk for malformed CPP directives further down, so
+ it won't incorrectly eat up #else or #endif directives.
+ Fixes bug #460345.
(2001/08/27 - broeker) Add C++-style comments to {comment} pattern. Fixes
bug #455441: C++ comments in the middle of a function
|