/[bison]/bison/src/vcg.c
ViewVC logotype

Diff of /bison/src/vcg.c

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

revision 1.8 by akim, Tue Dec 18 09:33:44 2001 UTC revision 1.9 by akim, Sun Jun 30 17:30:09 2002 UTC
# Line 1  Line 1 
1  /* VCG description handler for Bison.  /* VCG description handler for Bison.
2     Copyright 2001 Free Software Foundation, Inc.     Copyright 2001, 2002 Free Software Foundation, Inc.
3    
4     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
5    
# Line 23  Line 23 
23  #include "vcg_defaults.h"  #include "vcg_defaults.h"
24  #include "quotearg.h"  #include "quotearg.h"
25    
26  /* Return an unambiguous printable representated, allocated in slot 0,  /* Return an unambiguous printable representated, for NAME, suitable
27     for NAME, suitable for C strings.  */     for C strings.  Use slot 2 since the user may use slots 0 and 1.
28       */
29    
30  static char const *  static char const *
31  quote (char const *name)  quote (char const *name)
32  {  {
33    return quotearg_n_style (0, c_quoting_style, name);    return quotearg_n_style (2, c_quoting_style, name);
34  }  }
35    
36    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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