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
This commit is contained in:
Jeffrey A Law 1997-10-09 04:45:14 +00:00 committed by Jeff Law
parent 0e1f3f5eb4
commit c89078531b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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 ('_');