diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-12 02:25:03 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-12 02:25:03 +0000 |
commit | 7bc95b568a17635991ac4650c811de1caf2ea68e (patch) | |
tree | 078b988fdbe26329da42a06d493915188710af26 /gcc/cpphash.h | |
parent | 612345a0f72cdea886e4086112170bb61a6f2407 (diff) | |
download | gcc-7bc95b568a17635991ac4650c811de1caf2ea68e.tar.gz |
2004-02-11 Eric Christopher <echristo@redhat.com>
* cppcharset.c (_cpp_interpret_string_notranslate): Rename and
duplicate argument structure of cpp_interpret_string.
* cpphash.h: Move prototype...
* cpplib.h: Here.
* cpplib.c: Fix calls to match new function signature.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77688 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index d704c092d0f..5c14a64e07f 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -595,9 +595,6 @@ extern size_t _cpp_replacement_text_len (const cpp_macro *); extern cppchar_t _cpp_valid_ucn (cpp_reader *, const uchar **, const uchar *, int); extern void _cpp_destroy_iconv (cpp_reader *); -extern bool _cpp_interpret_string_notranslate (cpp_reader *, - const cpp_string *, - cpp_string *); extern uchar *_cpp_convert_input (cpp_reader *, const char *, uchar *, size_t, size_t, off_t *); extern const char *_cpp_default_encoding (void); |