diff options
Diffstat (limited to 'gcc/cppexp.c')
-rw-r--r-- | gcc/cppexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c index 5a92351a03c..040bf86f48c 100644 --- a/gcc/cppexp.c +++ b/gcc/cppexp.c @@ -572,7 +572,7 @@ _cpp_parse_expr (pfile) struct op init_stack[INIT_STACK_SIZE]; struct op *stack = init_stack; struct op *limit = stack + INIT_STACK_SIZE; - register struct op *top = stack + 1; + struct op *top = stack + 1; int skip_evaluation = 0; int result; unsigned int lex_count, saw_leading_not; |