File: diff_webfilter.l-4

package info (click to toggle)
dict-gcide 0.44-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 59,496 kB
  • ctags: 2,052
  • sloc: asm: 53,717; fortran: 20,888; ansic: 8,030; sh: 1,441; lex: 1,342; makefile: 494; yacc: 443; perl: 235
file content (14 lines) | stat: -rw-r--r-- 851 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- webfilter.l-old	Sun May 27 18:12:59 2001
+++ webfilter.l	Sun May 27 18:16:43 2001
@@ -250,10 +250,7 @@
                               if (dbg_test(DBG_DEBUG)) other(yytext,yyleng); }
 \ ?"<pr>(-n<?/)</pr>"\ ?    { src_advance(yyleng);
                               if (dbg_test(DBG_DEBUG)) other(yytext,yyleng); }
-"<br/"                      { src_advance(yyleng);
-                              if (dbg_test(DBG_DEBUG)) other(yytext,yyleng); }
-"<break>"                   { src_advance(yyleng);
-                              if (dbg_test(DBG_DEBUG)) other(yytext,yyleng); }
+"<br/"                      src_advance(yyleng);  other("<break>",7);
 "&fist;"                    { src_advance(yyleng);
                               if (dbg_test(DBG_DEBUG)) other(yytext,yyleng); } 
 \<\/[^>]+\>		    src_advance(yyleng);  pop(yytext+2,yyleng-3);