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 d9f95bd216d..b6c3805b2dc 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -287,7 +287,7 @@ directive_diagnostics (pfile, dir, indented) compilers, directives added by C89 must have their # indented, and directives present in traditional C must not. This is true even of directives in skipped conditional - blocks. */ + blocks. #elif cannot be used at all. */ if (CPP_WTRADITIONAL (pfile)) { if (dir == &dtable[T_ELIF]) |