File: diff_webfilter.l-2

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 (11 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- webfilter.l.orig    Wed Jun  9 21:40:06 1999
+++ webfilter.l Tue May 30 18:23:32 2000
@@ -246,7 +246,7 @@
 \<[^->/]+\>                src_advance(yyleng);  push(yytext+1,yyleng-2);
 \<[^->/]+\/                src_advance(yyleng);  entity(yytext+1,yyleng-2);
 \\\'..                     src_advance(yyleng);  hex(yytext+2,yyleng-2);
-[^{}<\\\n]+                src_advance(yyleng);  other(yytext,yyleng);
+[^&{}<\\\n]+               src_advance(yyleng);  other(yytext,yyleng);
 {NL}                        other(yytext,yyleng); BEGIN(INITIAL);
 \{                          src_advance(yyleng);  other("[",1);
 \}                          src_advance(yyleng);  other("]",1);