mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 21:09:36 +08:00
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:
parent
0e1f3f5eb4
commit
c89078531b
@ -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
|
||||
|
@ -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 ('_');
|
||||
|
Loading…
Reference in New Issue
Block a user