OSDN Git Service

* builtins.c, c-common.c, c-decl.c, c-format.c, c-format.h,
[pf3gnuchains/gcc-fork.git] / gcc / gmon.c
index df9cfab..aa4fd16 100644 (file)
@@ -74,7 +74,7 @@ monstartup(lowpc, highpc)
 {
     int                        monsize;
     char               *buffer;
-    register int       o;
+    int                        o;
 
        /*
         *      round lowpc and highpc to multiples of the density we're using