X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b14ec5333b8f417f752fc1ac3ebcc004aa61d973..ac700aa646de0ea6b4d07af24ff6ca67e529486a:/src/scan-skel.l diff --git a/src/scan-skel.l b/src/scan-skel.l index 03577b58..af5226c9 100644 --- a/src/scan-skel.l +++ b/src/scan-skel.l @@ -1,6 +1,6 @@ /* Scan Bison Skeletons. -*- C -*- - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -34,7 +34,7 @@ int skel_lex (void); #define QPUTS(String) \ - fputs (quotearg_style (c_quoting_style, (String)), yyout); + fputs (quotearg_style (c_quoting_style, (String)), yyout) %} %%