From fd520abff849c896a00dbcc286ae6539c4437a36 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 3 Jan 2003 21:56:01 +0000 Subject: [PATCH] (QPUTS): Omit redundant `;' from macro definition. --- src/scan-skel.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) %} %% -- 2.49.0