From: Paul Eggert Date: Fri, 3 Jan 2003 21:56:01 +0000 (+0000) Subject: (QPUTS): Omit redundant `;' from macro definition. X-Git-Tag: BISON-2_0~447 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/fd520abff849c896a00dbcc286ae6539c4437a36 (QPUTS): Omit redundant `;' from macro definition. --- 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) %} %%