diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-01 17:57:27 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-01 17:57:27 +0000 |
commit | 2c0e001bbb4f42e4d68a61140344a1e16fd3cdfe (patch) | |
tree | 86574f9925b42a9611cf138f95cf23040f8ab07f /gcc/cppmacro.c | |
parent | 2926d140e3eb8b89a785cf65ad9c62021c321f58 (diff) | |
download | ppe42-gcc-2c0e001bbb4f42e4d68a61140344a1e16fd3cdfe.tar.gz ppe42-gcc-2c0e001bbb4f42e4d68a61140344a1e16fd3cdfe.zip |
* alias.c: Fix comment formatting.
* bitmap.c: Likewise.
* builtins.c: Likewise.
* calls.c: Likewise.
* c-common.c: Likewise.
* c-decl.c: Likewise.
* c-dump.c: Likewise.
* c-lex.c: Likewise.
* collect2.c: Likewise.
* combine.c: Likewise.
* conflict.c: Likewise.
* cppfiles.c: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* cppspec.c: Likewise.
* c-pragma.c: Likewise.
* crtstuff.c: Likewise.
* cse.c: Likewise.
* cselib.c: Likewise.
* c-semantics.c: Likewise.
* c-typeck.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44547 138bc75d-0d04-0410-961f-82ee72b054a4
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 f8b3a2b0f90..dd0d5183d3a 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. */ |