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

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

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

revision 1.19 by eggert, Mon Jul 1 08:36:37 2002 UTC revision 1.20 by akim, Wed Jul 3 06:52:02 2002 UTC
# Line 42  do {                                           \ Line 42  do {                                           \
42  #define YY_LINES        LOCATION_LINES (*yylloc, yyleng); lineno += yyleng;  #define YY_LINES        LOCATION_LINES (*yylloc, yyleng); lineno += yyleng;
43  #define YY_STEP         LOCATION_STEP (*yylloc)  #define YY_STEP         LOCATION_STEP (*yylloc)
44    
   
45  /* STRING_OBSTACK -- Used to store all the characters that we need to  /* STRING_OBSTACK -- Used to store all the characters that we need to
46     keep (to construct ID, STRINGS etc.).  Use the following macros to     keep (to construct ID, STRINGS etc.).  Use the following macros to
47     use it.     use it.
# Line 731  void Line 730  void
730  scanner_free (void)  scanner_free (void)
731  {  {
732    obstack_free (&string_obstack, 0);    obstack_free (&string_obstack, 0);
733      /* Reclaim Flex's buffers.  */
734      yy_delete_buffer (YY_CURRENT_BUFFER);
735  }  }

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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