Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 06/05/1999 12:04:26
Module Name: basesrc
Committed By: ross
Date: Sat Jun 5 19:04:24 UTC 1999
Modified Files:
basesrc/usr.bin/ctags: C.c
Log Message:
Don't recognize `int (*f)();' as a function. The false match caused the
next real function to be eaten and skipped during the forward scan for `{'.
Restores about 35 lost functions to the kernel tags file.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/usr.bin/ctags/C.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.