]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gencheck.c
alias.c: Remove uses of "register" specifier in declarations of arguments and local...
[thirdparty/gcc.git] / gcc / gencheck.c
index b8fe254196edd6d858a7c0badbed20bea6d63bff..87364505d8f4cf7f1eb93d5c0a21e36da6a8707c 100644 (file)
@@ -77,9 +77,9 @@ main (argc, argv)
    we link against libiberty.a. (ghazi@caip.rutgers.edu 6/3/98) */
 PTR
 xmalloc (nbytes)
-  size_t nbytes;
+     size_t nbytes;
 {
-  register PTR tmp = (PTR) really_call_malloc (nbytes);
+  PTR tmp = (PTR) really_call_malloc (nbytes);
 
   if (!tmp)
     {