summaryrefslogtreecommitdiff
path: root/gcc/gencheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gencheck.c')
-rw-r--r--gcc/gencheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gencheck.c b/gcc/gencheck.c
index b8fe254196e..87364505d8f 100644
--- a/gcc/gencheck.c
+++ b/gcc/gencheck.c
@@ -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)
{