/[global]/global/htags/asm.l
ViewVC logotype

Diff of /global/htags/asm.l

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

revision 1.12 by shigio, Fri Apr 8 06:49:19 2005 UTC revision 1.13 by shigio, Sun Apr 10 11:48:26 2005 UTC
# Line 136  WORD           {ALPHA}{ALPHANUM}* Line 136  WORD           {ALPHA}{ALPHANUM}*
136                  }                  }
137          }          }
138  <ASM>^[ \t]*\#[ \t]*{WORD} {  <ASM>^[ \t]*\#[ \t]*{WORD} {
139                  if ((last_directive = reserved_sharp(LEXTEXT, LEXLENG)) != 0) {                  if ((last_directive = asm_reserved_sharp(LEXTEXT, LEXLENG)) != 0) {
140                          put_macro(LEXTEXT);                          put_macro(LEXTEXT);
141                          yy_push_state(PREPROCESSOR_LINE);                          yy_push_state(PREPROCESSOR_LINE);
142                  } else {                  } else {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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