/[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.7 by h-iwamoto, Fri Jun 17 14:54:23 2005 UTC revision 1.8 by h-iwamoto, Wed Jul 27 11:41:38 2005 UTC
# Line 29  Line 29 
29  #include <strings.h>  #include <strings.h>
30  #endif  #endif
31    
32    #define YYLTYPE         int
33    
34  #include "asm_parse.h"  #include "asm_parse.h"
35  #include "asm_res.h"  #include "asm_res.h"
36  #include "die.h"  #include "die.h"
# Line 51  Line 53 
53    
54  #define ADD_SYM() do {                                                  \  #define ADD_SYM() do {                                                  \
55          LEXLVAL = strbuf_getlen(asm_symtable);                          \          LEXLVAL = strbuf_getlen(asm_symtable);                          \
56          LEXLLOC.first_line = LEXLINENO;                                 \          LEXLLOC = LEXLINENO;                                            \
57          strbuf_puts0(asm_symtable, LEXTEXT);                            \          strbuf_puts0(asm_symtable, LEXTEXT);                            \
58  } while (0)  } while (0)
59    

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

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