Commit c8907853 by Jeffrey A Law Committed by Jeff Law

method.c (build_underscore_int): Don't use ANSI specific features.

        * method.c (build_underscore_int): Don't use ANSI specific
        features.

From-SVN: r15881
parent 0e1f3f5e
Wed Oct 8 22:44:42 1997 Jeffrey A Law (law@cygnus.com)
* method.c (build_underscore_int): Don't use ANSI specific
features.
Wed Oct 8 00:18:22 1997 Jason Merrill <jason@yorick.cygnus.com>
* decl2.c (finish_prevtable_vardecl): Check DECL_REALLY_EXTERN
......
......@@ -418,7 +418,8 @@ build_overload_nested_name (decl)
}
static void
build_underscore_int (int i)
build_underscore_int (i)
int i;
{
if (i > 9)
OB_PUTC ('_');
......
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