(etoe53, etoe24): Make all occurrences static.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 24 Apr 1994 15:27:52 +0000 (11:27 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 24 Apr 1994 15:27:52 +0000 (11:27 -0400)
From-SVN: r7144

gcc/real.c

index fecd932a6f7010f2009ee293fcbab87caf86c5da..fb06d181b00a925b70cb0bd409104a15a972eb8d 100644 (file)
@@ -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;
 {