* include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.

From-SVN: r93190
This commit is contained in:
Tobias Schlüter 2005-01-11 19:19:56 +01:00 committed by Tobias Schlüter
parent a141a5afe1
commit ecfd72e739
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
2005-01-03 Geoffrey Keating <geoffk@apple.com>
* files.c (_cpp_find_file): Add files found by search_path_exhausted

View File

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