--- gforth/engine/engine.c 2003/01/26 20:56:38 1.58 +++ gforth/engine/engine.c 2003/01/26 21:01:51 1.59 @@ -72,14 +72,6 @@ #define ftello ftell #endif -struct F83Name { - struct F83Name *next; /* the link field for old hands */ - char countetc; - char name[0]; -}; - -#define F83NAME_COUNT(np) ((np)->countetc & 0x1f) - #define NULLC '\0' #ifdef MEMCMP_AS_SUBROUTINE