diff options
| -rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/cp/cfns.gperf | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4ad8ce9..703df4b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2003-07-25 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> + + * cfns.gperf: Add '%%' delimiter to placate gperf 3.0. + 2003-07-25 Nathan Sidwell <nathan@codesourcery.com> PR c++/11596 diff --git a/gcc/cp/cfns.gperf b/gcc/cp/cfns.gperf index 6ee56b5..c713eb0 100644 --- a/gcc/cp/cfns.gperf +++ b/gcc/cp/cfns.gperf @@ -8,6 +8,7 @@ __inline #endif const char * libc_name_p (const char *, unsigned int); %} +%% # The standard C library functions, for feeding to gperf; the result is used # by nothrow_libfn_p. # |
