diff options
author | Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> | 2003-07-25 13:57:43 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2003-07-25 13:57:43 +0000 |
commit | 8460025b07810967210fcda76bdf6fe4ddc20470 (patch) | |
tree | 8625166d6ed1b0d826a7f92b0baac3e1af056ca5 /gcc/cp/cfns.gperf | |
parent | 337ecadfd0c7e1f30ec3a9ff4bcd693e2fc62cdb (diff) | |
download | gcc-8460025b07810967210fcda76bdf6fe4ddc20470.zip gcc-8460025b07810967210fcda76bdf6fe4ddc20470.tar.gz gcc-8460025b07810967210fcda76bdf6fe4ddc20470.tar.bz2 |
* cfns.gperf: Add '%%' delimiter to placate gperf 3.0.
From-SVN: r69787
Diffstat (limited to 'gcc/cp/cfns.gperf')
-rw-r--r-- | gcc/cp/cfns.gperf | 1 |
1 files changed, 1 insertions, 0 deletions
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. # |