diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-24 11:27:52 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-24 11:27:52 -0400 |
commit | 008f0d3631c0e7d442a8baec0682a1f652bb6a6e (patch) | |
tree | f23a44d6705d8183194e52d9e7aafd4bcf9bcc8e /gcc | |
parent | f4a3cd05d0baada37c17e49fdcf21ac313e5a387 (diff) | |
download | gcc-008f0d3631c0e7d442a8baec0682a1f652bb6a6e.zip gcc-008f0d3631c0e7d442a8baec0682a1f652bb6a6e.tar.gz gcc-008f0d3631c0e7d442a8baec0682a1f652bb6a6e.tar.bz2 |
(etoe53, etoe24): Make all occurrences static.
From-SVN: r7144
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/real.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3338,7 +3338,7 @@ toe53 (x, y) #else #ifdef IBM -void +static void etoe53 (x, e) unsigned EMUSHORT *x, *e; { @@ -3354,7 +3354,7 @@ toe53 (x, y) #else /* it's neither DEC nor IBM */ -void +static void etoe53 (x, e) unsigned EMUSHORT *x, *e; { @@ -3473,7 +3473,7 @@ toe53 (x, y) #ifdef IBM -void +static void etoe24 (x, e) unsigned EMUSHORT *x, *e; { @@ -3489,7 +3489,7 @@ toe24 (x, y) #else -void +static void etoe24 (x, e) unsigned EMUSHORT *x, *e; { @@ -5626,8 +5626,8 @@ ditoe (di, e) /* Convert e-type to unsigned 64-bit int. */ -void -static etoudi (x, i) +static void +etoudi (x, i) unsigned EMUSHORT *x; unsigned EMUSHORT *i; { |