diff options
| author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-15 14:41:31 +0000 |
|---|---|---|
| committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-15 14:41:31 +0000 |
| commit | ced52ffdc0debfd077d3ac770776e67ef7ea217e (patch) | |
| tree | f7ea75a118d623860ba24942e8696e6c0a6b32f4 /libcpp | |
| parent | 7bca694e750f2d96e63e6d19aa9c94513592f261 (diff) | |
| download | ppe42-gcc-ced52ffdc0debfd077d3ac770776e67ef7ea217e.tar.gz ppe42-gcc-ced52ffdc0debfd077d3ac770776e67ef7ea217e.zip | |
* init.c: Fix type name in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164306 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
| -rw-r--r-- | libcpp/ChangeLog | 4 | ||||
| -rw-r--r-- | libcpp/init.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 5169a11558c..6771e1f942d 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2010-09-15 Ian Lance Taylor <iant@google.com> + + * init.c: Fix type name in comment. + 2010-08-31 Jakub Jelinek <jakub@redhat.com> PR preprocessor/45457 diff --git a/libcpp/init.c b/libcpp/init.c index c5b8c28e342..1a0a64f2b58 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 |

