BSD 4_3 release
[unix-history] / usr / src / usr.bin / learn / mem.c
index 1985232..a486c14 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)mem.c      4.2     (Berkeley)      4/25/83";
+static char sccsid[] = "@(#)mem.c      4.3     (Berkeley)      5/15/86";
 #endif not lint
 
 # include "stdio.h"
 #endif not lint
 
 # include "stdio.h"
@@ -38,7 +38,7 @@ struct keys {
        {"#bad",        BAD},
        {"#create",     CREATE},
        {"#cmp",        CMP},
        {"#bad",        BAD},
        {"#create",     CREATE},
        {"#cmp",        CMP},
-       {"xyzzy",       XYZZY},
+       {"hint",        HINT},
        {"#once",       ONCE},
        {"#",           NOP},
        {NULL,          0}
        {"#once",       ONCE},
        {"#",           NOP},
        {NULL,          0}