projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e1f3f5
)
method.c (build_underscore_int): Don't use ANSI specific features.
author
Jeffrey A Law
<law@cygnus.com>
Thu, 9 Oct 1997 04:45:14 +0000
(
04:45
+0000)
committer
Jeff Law
<law@gcc.gnu.org>
Thu, 9 Oct 1997 04:45:14 +0000
(22:45 -0600)
* method.c (build_underscore_int): Don't use ANSI specific
features.
From-SVN: r15881
gcc/cp/ChangeLog
patch
|
blob
|
history
gcc/cp/method.c
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index 5e280ffb744e9513ceba6b9bc92db1801a944e44..5a38f1a3a39f0b089d595d11142f802dfebf11b5 100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-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
diff --git
a/gcc/cp/method.c
b/gcc/cp/method.c
index d1927f1890a2e14730721790524a78528504002a..6b77e78e2021f9349ce487ea320c93c93752240b 100644
(file)
--- a/
gcc/cp/method.c
+++ b/
gcc/cp/method.c
@@
-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 ('_');