Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv11609
Modified Files:
ChangeLog
Log Message:
Extended {comment} pattern in Flex scanner to allow C++ comments, too.
Fixes SF bug report #455441.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -r1.99 -r1.100
*** ChangeLog 2001/08/15 13:04:14 1.99
--- ChangeLog 2001/08/27 13:35:43 1.100
***************
*** 1,2 ****
--- 1,5 ----
+ (2001/08/27 - broeker) Add C++-style comments to {comment} pattern. Fixes
+ bug #455441: C++ comments in the middle of a function
+ definition caused it not be recognized.
(2001/08/15 - broeker) Zero out 'disprefs' whenever the count of references,
'totallines' is set to zero. This makes sure that you
|