/[global]/global/gtags-parser/asm_parse.y
ViewVC logotype

Diff of /global/gtags-parser/asm_parse.y

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, Sun Apr 10 15:00:52 2005 UTC
# Line 68  static int target; Line 68  static int target;
68  %token ASM_DIRECTIVE            /* #xxx */  %token ASM_DIRECTIVE            /* #xxx */
69    
70  %start input  %start input
71  %name-prefix="asm"  %name-prefix="asm_"
72    
73  %%  %%
74    
# Line 158  const char *file; Line 158  const char *file;
158          asm_symtable = strbuf_open(0);          asm_symtable = strbuf_open(0);
159          asm_initscan();          asm_initscan();
160    
161          asmparse();          asm_parse();
162    
163          strbuf_close(asm_symtable);          strbuf_close(asm_symtable);
164          linetable_close();          linetable_close();

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