diff options
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r-- | gcc/cp/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index ba93ca5f5fa..1a748a513ba 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -905,7 +905,7 @@ cxx_set_yydebug (value) extern int yydebug; yydebug = value; #else - warning ("YYDEBUG not defined."); + warning ("YYDEBUG not defined"); #endif } |