* include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Tue, 11 Jan 2005 18:19:56 +0000 (19:19 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Tue, 11 Jan 2005 18:19:56 +0000 (19:19 +0100)
From-SVN: r93190

libcpp/ChangeLog
libcpp/include/cpplib.h

index fb3e92843418fcf3bd56ef577c2b6db9c4146824..0a5498c66c04425aa8e6a9fcf7b42a36f3358d98 100644 (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
index 13213882aa812eaa9c3492324fe125eaaee3aeeb..1d95b864784271b75757692ec9d6d6c4b326dba7 100644 (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};