treserve var - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b16534fd70d53deb776e98cdb4e1fa2e6099222d
 (DIR) parent 08ddcb74f06abc76bf2ed4070b5eba98bc07d48c
 (HTM) Author: rsc <devnull@localhost>
       Date:   Fri, 11 Feb 2005 02:34:48 +0000
       
       reserve var
       
       Diffstat:
         M src/cmd/acidtypes/type.c            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/acidtypes/type.c b/src/cmd/acidtypes/type.c
       t@@ -129,6 +129,7 @@ struct {
                "ret",                        "$ret",
                "tail",                        "$tail",
                "then",                        "$then",
       +        "var",                "$var",
                "whatis",                "$whatis",
                "while",                "$while",