diff options
author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-11 18:19:56 +0000 |
---|---|---|
committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-11 18:19:56 +0000 |
commit | d862067c207c33b2612226142ecc945e00dffc55 (patch) | |
tree | 594899c78d0fd048a4e0b40ccf2768c927f7b933 /libcpp/include | |
parent | 891bf2077b4626bf2f17139e00dfa891a969237e (diff) | |
download | gcc-d862067c207c33b2612226142ecc945e00dffc55.tar.gz |
* include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93190 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/include')
-rw-r--r-- | libcpp/include/cpplib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h index 13213882aa8..1d95b864784 100644 --- a/libcpp/include/cpplib.h +++ b/libcpp/include/cpplib.h @@ -152,7 +152,7 @@ enum cpp_ttype #undef OP #undef TK -/* C language kind, used when calling cpp_reader_init. */ +/* C language kind, used when calling cpp_create_reader. */ enum c_lang {CLK_GNUC89 = 0, CLK_GNUC99, CLK_STDC89, CLK_STDC94, CLK_STDC99, CLK_GNUCXX, CLK_CXX98, CLK_ASM}; |