/[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.10 by shigio, Fri Feb 18 11:07:18 2005 UTC revision 1.11 by shigio, Wed Mar 30 02:02:00 2005 UTC
# Line 36  Line 36 
36  #include "common.h"  #include "common.h"
37  #include "htags.h"  #include "htags.h"
38  #include "../gtags-parser/asm_res.h"  #include "../gtags-parser/asm_res.h"
 #include "lexcommon.h"  
39    
40  #define LEXTEXT asmtext  #define lex_symbol_generation_rule(x) asm_ ## x
41  #define LEXLENG asmleng  #include "lexcommon.h"
42    
43  #ifdef ECHO  #ifdef ECHO
44  #undef ECHO  #undef ECHO
# Line 62  ALPHANUM       [a-zA-Z_\x80-\xff0-9] Line 61  ALPHANUM       [a-zA-Z_\x80-\xff0-9]
61  WORD            {ALPHA}{ALPHANUM}*  WORD            {ALPHA}{ALPHANUM}*
62    
63  %start  ASM C_COMMENT CPP_COMMENT SHELL_COMMENT STRING LITERAL PREPROCESSOR_LINE  %start  ASM C_COMMENT CPP_COMMENT SHELL_COMMENT STRING LITERAL PREPROCESSOR_LINE
64  %option 8bit noyywrap noyy_top_state stack prefix="asm"  %option 8bit noyywrap noyy_top_state stack prefix="asm_"
65  %%  %%
66   /* Backslash-newline */   /* Backslash-newline */
67  \\\n            DEFAULT_BACKSLASH_NEWLINE_ACTION  \\\n            DEFAULT_BACKSLASH_NEWLINE_ACTION

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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