aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/generic/lex.sed
blob: 56df4751d276be18792186d606e6914fd9189f29 (plain) (blame)
1
2
3
4
5
6
7
/int nstr; extern int yyprevious;/aif (yyin==NULL) yyin = stdin;if (yyout==NULL) yyout = stdout;
/{stdin}/c\
FILE *yyin, *yyout;
s/"stdio.h"/<stdio.h>/
s/getc/k_getc/