/[global]/global/gtags-parser/asm_scan.l
ViewVC logotype

Diff of /global/gtags-parser/asm_scan.l

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

revision 1.1 by shigio, Fri Feb 18 11:07:18 2005 UTC revision 1.2 by shigio, Tue Apr 5 10:31:19 2005 UTC
# Line 47  Line 47 
47  #define ADD_SYM() do {                                                  \  #define ADD_SYM() do {                                                  \
48          yylval = strbuf_getlen(asm_symtable);                           \          yylval = strbuf_getlen(asm_symtable);                           \
49          yylloc.first_line = yylineno;                                   \          yylloc.first_line = yylineno;                                   \
50          strbuf_nputs(asm_symtable, yytext, yyleng + 1);                 \          strbuf_puts0(asm_symtable, yytext);                             \
51  } while (0)  } while (0)
52    
53  extern const char *asm_input_file;  extern const char *asm_input_file;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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