* cfns.gperf: Add '%%' delimiter to placate gperf 3.0.

From-SVN: r69787
This commit is contained in:
Falk Hueffner 2003-07-25 13:57:43 +00:00 committed by Nathan Sidwell
parent 337ecadfd0
commit 8460025b07
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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.
#