diff options
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index f5d10e0633a..3138b7ee63b 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -261,7 +261,7 @@ directive_diagnostics (pfile, dir, indented) } else { - /* Issue -pedantic warnings for extensions. */ + /* Issue -pedantic warnings for extensions. */ if (CPP_PEDANTIC (pfile) && ! pfile->state.skipping && dir->origin == EXTENSION) |