/[bison]/bison/src/scan-skel.l
ViewVC logotype

Diff of /bison/src/scan-skel.l

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by eggert, Fri Jan 3 14:28:35 2003 UTC revision 1.22 by eggert, Fri Jan 3 21:56:01 2003 UTC
# Line 1  Line 1 
1  /* Scan Bison Skeletons.                                       -*- C -*-  /* Scan Bison Skeletons.                                       -*- C -*-
2    
3     Copyright (C) 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
4    
5     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
6    
# Line 34  Line 34 
34  int skel_lex (void);  int skel_lex (void);
35    
36  #define QPUTS(String) \  #define QPUTS(String) \
37     fputs (quotearg_style (c_quoting_style, (String)), yyout);     fputs (quotearg_style (c_quoting_style, (String)), yyout)
38    
39  %}  %}
40  %%  %%

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26