Selaa lähdekoodia

I removed the unused integer deftype.
Its name collided with an array in symbols.c.

em 40 vuotta sitten
vanhempi
commit
ad104f9164
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      lang/basic/src.old/basic.yacc

+ 0 - 1
lang/basic/src.old/basic.yacc

@@ -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 */