home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume8 / phoon / lexedit.sed < prev    next >
Encoding:
Text File  |  1987-02-26  |  356 b   |  11 lines

  1. 2,/^extern int yylineno;$/c\
  2. static int start_cond = 0;\
  3. #define BEGIN start_cond =
  4. /^struct yysvf \*yyestate;$/,/^extern struct yysvf yysvec/d
  5. /^# define YYNEWLINE /,/^int nstr;/d
  6. /^while((nstr = yylook()/,/^if(yywrap()) /d
  7. /^case -1:$/,/^fprintf(yyout,"bad switch yylook /c\
  8.     default: return(0);
  9. /^struct yysvf *yybgin = yysvec+1;$/d
  10. /^int yylineno /,$d
  11.