diff options
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index f8b3a2b..dd0d518 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -1195,7 +1195,7 @@ warn_of_redefinition (pfile, node, macro2) return 0; /* Redefinition of a macro is allowed if and only if the old and new - definitions are the same. (6.10.3 paragraph 2). */ + definitions are the same. (6.10.3 paragraph 2). */ macro1 = node->value.macro; /* The quick failures. */ |