Date: Fri, 18 Oct 1996 10:23:36 -0700 (PDT) From: Joerg Wunsch <joerg> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vgrind regexp.c vgrindefs.src Message-ID: <199610181723.KAA09263@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 96/10/18 10:23:35 Modified: usr.bin/vgrind regexp.c vgrindefs.src Log: Slightly improve the C and C++ support. Allow for function return types being on the same line as the function name, this finally closes PR # bin/1785. Also allow :: and ~ as part of the function name, for C++. Still, C++ operator overloading will not be recognized as a valid function name. Fixing this would require a major overhaul of the \p recognition parser. Revision Changes Path 1.4 +6 -1 src/usr.bin/vgrind/regexp.c 1.4 +4 -2 src/usr.bin/vgrind/vgrindefs.src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610181723.KAA09263>