fixed table entry for "defname" operator
authorMark Linton <linton@ucbvax.Berkeley.EDU>
Tue, 9 Mar 1982 10:58:45 +0000 (02:58 -0800)
committerMark Linton <linton@ucbvax.Berkeley.EDU>
Tue, 9 Mar 1982 10:58:45 +0000 (02:58 -0800)
SCCS-vsn: usr.bin/pascal/pdx/machine/optab.c 1.2

usr/src/usr.bin/pascal/pdx/machine/optab.c

index 4540392..fbc89d8 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[] = "@(#)optab.c 1.1 %G%";
+static char sccsid[] = "@(#)optab.c 1.2 %G%";
 
 /*
  * px opcode table
 
 /*
  * px opcode table
@@ -217,7 +217,7 @@ OPTAB optab[] ={
        { "put" },
        { "fnil" },
        { "badopnn" },
        { "put" },
        { "fnil" },
        { "badopnn" },
-       { "defname", PSUBOP, HWORD },
+       { "defname" },
        { "reset" },
        { "rewrite" },
        { "file" },
        { "reset" },
        { "rewrite" },
        { "file" },