aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acid
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-21 22:49:15 +0000
committerrsc <devnull@localhost>2004-04-21 22:49:15 +0000
commita9df759c98d44d6c1c8c3f5665b19ac7c6d75060 (patch)
treeec402abae27ef03aee53e879a0bc6f455d6d84f6 /src/cmd/acid
parentfb36ed82ec7470efe4e334ddc054bcb4fa06ae9e (diff)
downloadplan9port-a9df759c98d44d6c1c8c3f5665b19ac7c6d75060.tar.gz
plan9port-a9df759c98d44d6c1c8c3f5665b19ac7c6d75060.tar.bz2
plan9port-a9df759c98d44d6c1c8c3f5665b19ac7c6d75060.zip
new stuff.
Diffstat (limited to 'src/cmd/acid')
-rw-r--r--src/cmd/acid/builtin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/acid/builtin.c b/src/cmd/acid/builtin.c
index 787e2e51..ccead4ff 100644
--- a/src/cmd/acid/builtin.c
+++ b/src/cmd/acid/builtin.c
@@ -502,8 +502,8 @@ include(Node *r, Node *args)
}
free(libfile);
}
- pushfile(file);
+ pushfile(file);
isave = interactive;
interactive = 0;
r->store.u.ival = yyparse();
@@ -566,6 +566,7 @@ includepipe(Node *r, Node *args)
r->store.u.ival = yyparse();
interactive = isave;
popio();
+
r->op = OCONST;
r->type = TINT;
r->store.fmt = 'D';