Commit c0a483c7 by Mark Mitchell Committed by Mark Mitchell

* lex.c (do_identifier): Fix typo in comment.

From-SVN: r22003
parent e3281ffc
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.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment