I removed the unused integer deftype.

Its name collided with an array in symbols.c.
This commit is contained in:
em 1984-11-29 17:27:00 +00:00
parent 1b8f41d3b2
commit ad104f9164

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