diff options
author | rsc <devnull@localhost> | 2005-02-11 02:34:48 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 02:34:48 +0000 |
commit | b16534fd70d53deb776e98cdb4e1fa2e6099222d (patch) | |
tree | ba86ce9168e4c6afeba1dcf4794332fa5e87f0e5 /src/cmd/acidtypes | |
parent | 08ddcb74f06abc76bf2ed4070b5eba98bc07d48c (diff) | |
download | plan9port-b16534fd70d53deb776e98cdb4e1fa2e6099222d.tar.gz plan9port-b16534fd70d53deb776e98cdb4e1fa2e6099222d.tar.bz2 plan9port-b16534fd70d53deb776e98cdb4e1fa2e6099222d.zip |
reserve var
Diffstat (limited to 'src/cmd/acidtypes')
-rw-r--r-- | src/cmd/acidtypes/type.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/acidtypes/type.c b/src/cmd/acidtypes/type.c index 9bf4e41e..4afd3e54 100644 --- a/src/cmd/acidtypes/type.c +++ b/src/cmd/acidtypes/type.c @@ -129,6 +129,7 @@ struct { "ret", "$ret", "tail", "$tail", "then", "$then", + "var", "$var", "whatis", "$whatis", "while", "$while", |