aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFalk Hueffner <falk.hueffner@student.uni-tuebingen.de>2003-07-25 13:57:43 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2003-07-25 13:57:43 +0000
commit8460025b07810967210fcda76bdf6fe4ddc20470 (patch)
tree8625166d6ed1b0d826a7f92b0baac3e1af056ca5
parent337ecadfd0c7e1f30ec3a9ff4bcd693e2fc62cdb (diff)
downloadgcc-8460025b07810967210fcda76bdf6fe4ddc20470.zip
gcc-8460025b07810967210fcda76bdf6fe4ddc20470.tar.gz
gcc-8460025b07810967210fcda76bdf6fe4ddc20470.tar.bz2
* cfns.gperf: Add '%%' delimiter to placate gperf 3.0.
From-SVN: r69787
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cfns.gperf1
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.
#