diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-26 05:52:43 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-26 05:52:43 +0000 |
commit | a801686396a4bb15554e2546dbb9e78b6d062f45 (patch) | |
tree | 45aeac4fd465d9c40f4d5508b210bc3b3cf87cfc /gcc/cpphash.h | |
parent | a805d35f0082f129b739e86681498ff4fc198e8c (diff) | |
download | gcc-a801686396a4bb15554e2546dbb9e78b6d062f45.zip gcc-a801686396a4bb15554e2546dbb9e78b6d062f45.tar.gz gcc-a801686396a4bb15554e2546dbb9e78b6d062f45.tar.bz2 |
cppcharset.c, cpphash.h: Rename 'struct strbuf' to 'struct _cpp_strbuf'.
* cppcharset.c, cpphash.h: Rename 'struct strbuf' to
'struct _cpp_strbuf'.
From-SVN: r71814
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index d008155..89124b5 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -35,10 +35,10 @@ typedef int iconv_t; /* dummy */ struct directive; /* Deliberately incomplete. */ struct pending_option; struct op; -struct strbuf; +struct _cpp_strbuf; typedef bool (*convert_f) (iconv_t, const unsigned char *, size_t, - struct strbuf *); + struct _cpp_strbuf *); struct cset_converter { convert_f func; |