added debug keyword
authorAlastair Fyfe <csvaf@ucbvax.Berkeley.EDU>
Thu, 19 May 1983 10:34:54 +0000 (02:34 -0800)
committerAlastair Fyfe <csvaf@ucbvax.Berkeley.EDU>
Thu, 19 May 1983 10:34:54 +0000 (02:34 -0800)
SCCS-vsn: old/dbx/keywords.c 1.3

usr/src/old/dbx/keywords.c

index 4e7f968..f7de1e4 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)keywords.c 1.2 %G%";
+static char sccsid[] = "@(#)keywords.c 1.3 %G%";
 
 /*
  * Keyword management.
 
 /*
  * Keyword management.
@@ -20,7 +20,7 @@ static char sccsid[] = "@(#)keywords.c 1.2 %G%";
 
 private String reserved[] ={
     "alias", "and", "assign", "at", "call", "catch", "cont",
 
 private String reserved[] ={
     "alias", "and", "assign", "at", "call", "catch", "cont",
-    "delete", "div", "dump", "edit", "file", "func",
+    "debug", "delete", "div", "dump", "edit", "file", "func",
     "gripe", "help", "if", "ignore", "in",
     "list", "mod", "next", "nexti", "nil", "not", "or",
     "print", "psym", "quit", "run",
     "gripe", "help", "if", "ignore", "in",
     "list", "mod", "next", "nexti", "nil", "not", "or",
     "print", "psym", "quit", "run",