I removed the unused integer deftype.
authorem <none@none>
Thu, 29 Nov 1984 17:27:00 +0000 (17:27 +0000)
committerem <none@none>
Thu, 29 Nov 1984 17:27:00 +0000 (17:27 +0000)
Its name collided with an array in symbols.c.

lang/basic/src.old/basic.yacc

index c08f750..8872d99 100644 (file)
@@ -83,7 +83,6 @@ double  dval;
 char   *sval;
 int    e1,e2;
 int    chann;          /* input/output channel */
-int    deftype;        /* predefined type declarer */
 
 char   *formatstring;  /* formatstring used for printing */
 Symbol *s;             /* Symbol dummy */