From ecfd72e73953290c03c9f41112b474b28b8234b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Schl=C3=BCter?= Date: Tue, 11 Jan 2005 19:19:56 +0100 Subject: * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader. From-SVN: r93190 --- libcpp/ChangeLog | 4 ++++ libcpp/include/cpplib.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'libcpp') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index fb3e928..0a5498c 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2005-01-11 Tobias Schlueter + + * include/cpplib.h (c_lang): Fix comment to say cpp_create_reader. + 2005-01-03 Geoffrey Keating * files.c (_cpp_find_file): Add files found by search_path_exhausted diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h index 1321388..1d95b86 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}; -- cgit v1.1