diff options
author | Mark Mitchell <mark@markmitchell.com> | 1998-08-26 12:45:15 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-08-26 12:45:15 +0000 |
commit | c0a483c70ac5593f35658f8f6ed541b45f027dab (patch) | |
tree | e6ba64de435abad7d1dbca208320416d205d7e1c | |
parent | e3281ffc9f3d39a7b6598d8105b0cd9b3df4fa05 (diff) | |
download | gcc-c0a483c70ac5593f35658f8f6ed541b45f027dab.zip gcc-c0a483c70ac5593f35658f8f6ed541b45f027dab.tar.gz gcc-c0a483c70ac5593f35658f8f6ed541b45f027dab.tar.bz2 |
* lex.c (do_identifier): Fix typo in comment.
From-SVN: r22003
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/lex.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 86ff9df..78b6915 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1998-08-26 Mark Mitchell <mark@markmitchell.com> + + * lex.c (do_identifier): Fix typo in comment. + Wed Aug 26 10:54:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * errfn.c: Remove stdarg.h/varargs.h. diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 36c5c74..8cd3eb5 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -2998,7 +2998,7 @@ do_identifier (token, parsing, args) example, we look up all overloaded functions at instantiation-time, even though in some cases we should just use the DECL we have here. We also use LOOKUP_EXPRs to find things - like local variables, rather than created TEMPLATE_DECLs for the + like local variables, rather than creating TEMPLATE_DECLs for the local variables and then finding matching instantiations. */ if (current_template_parms && (is_overloaded_fn (id) |