summaryrefslogtreecommitdiff
path: root/gcc/gengenrtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gengenrtl.c')
-rw-r--r--gcc/gengenrtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c
index eb3e32728cf..711cede5297 100644
--- a/gcc/gengenrtl.c
+++ b/gcc/gengenrtl.c
@@ -395,7 +395,7 @@ PTR
xmalloc (nbytes)
size_t nbytes;
{
- register PTR tmp = (PTR) really_call_malloc (nbytes);
+ PTR tmp = (PTR) really_call_malloc (nbytes);
if (!tmp)
{