From: Ian Lance Taylor Date: Wed, 15 Sep 2010 14:41:31 +0000 (+0000) Subject: * init.c: Fix type name in comment. X-Git-Tag: releases/gcc-4.6.0~4327 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=128465e66d8cd7fe2a402e74c774f8f4a150bb68;p=thirdparty%2Fgcc.git * init.c: Fix type name in comment. From-SVN: r164306 --- diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 5169a11558c6..6771e1f942d2 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2010-09-15 Ian Lance Taylor + + * init.c: Fix type name in comment. + 2010-08-31 Jakub Jelinek PR preprocessor/45457 diff --git a/libcpp/init.c b/libcpp/init.c index c5b8c28e3427..1a0a64f2b583 100644 --- a/libcpp/init.c +++ b/libcpp/init.c @@ -323,7 +323,7 @@ cpp_destroy (cpp_reader *pfile) "builtin" macros: these are handled by builtin_macro() in macro.c. Builtin is somewhat of a misnomer -- the property of interest is that these macros require special code to compute their - expansions. The value is a "builtin_type" enumerator. + expansions. The value is a "cpp_builtin_type" enumerator. operator_array holds the C++ named operators. These are keywords which act as aliases for punctuators. In C++, they cannot be