(save_regs, restore_regs): Use __inline__ not inline.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Feb 1994 23:49:22 +0000 (15:49 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Feb 1994 23:49:22 +0000 (15:49 -0800)
From-SVN: r6499

gcc/config/sparc/sparc.c

index f85117bf118725e0f055247eae15662a8426e645..43887bda8f723ff351ddf0bf4b4f35dd0e7a13be 100644 (file)
@@ -1982,7 +1982,7 @@ int hard_regno_mode_ok[] = {
   TF_MODES, SF_MODES, DF_MODES, SF_MODES, TF_MODES, SF_MODES, DF_MODES, SF_MODES};
 \f
 #ifdef __GNUC__
-inline
+__inline__
 #endif
 static int
 save_regs (file, low, high, base, offset, n_fregs)
@@ -2014,7 +2014,7 @@ save_regs (file, low, high, base, offset, n_fregs)
 }
 
 #ifdef __GNUC__
-inline
+__inline__
 #endif
 static int
 restore_regs (file, low, high, base, offset, n_fregs)