new stuff.
This commit is contained in:
parent
fb36ed82ec
commit
a9df759c98
3 changed files with 3 additions and 2941 deletions
|
|
@ -502,8 +502,8 @@ include(Node *r, Node *args)
|
||||||
}
|
}
|
||||||
free(libfile);
|
free(libfile);
|
||||||
}
|
}
|
||||||
pushfile(file);
|
|
||||||
|
|
||||||
|
pushfile(file);
|
||||||
isave = interactive;
|
isave = interactive;
|
||||||
interactive = 0;
|
interactive = 0;
|
||||||
r->store.u.ival = yyparse();
|
r->store.u.ival = yyparse();
|
||||||
|
|
@ -566,6 +566,7 @@ includepipe(Node *r, Node *args)
|
||||||
r->store.u.ival = yyparse();
|
r->store.u.ival = yyparse();
|
||||||
interactive = isave;
|
interactive = isave;
|
||||||
popio();
|
popio();
|
||||||
|
|
||||||
r->op = OCONST;
|
r->op = OCONST;
|
||||||
r->type = TINT;
|
r->type = TINT;
|
||||||
r->store.fmt = 'D';
|
r->store.fmt = 'D';
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ SHORTLIB=sec fs mux regexp9 draw thread bio 9
|
||||||
|
|
||||||
<$PLAN9/src/mkmany
|
<$PLAN9/src/mkmany
|
||||||
|
|
||||||
BUGGERED='CVS|faces|factotum|mailfs|mk|upas|vac|venti'
|
BUGGERED='CVS|faces|factotum|mailfs|mk|scat|upas|vac|venti|lex'
|
||||||
DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"`
|
DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"`
|
||||||
|
|
||||||
<$PLAN9/src/mkdirs
|
<$PLAN9/src/mkdirs
|
||||||
|
|
|
||||||
2939
src/cmd/yacc.c
2939
src/cmd/yacc.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue