Index: lib700/ctype.c
===================================================================
--- lib700/ctype.c	(revision 7258c6ac4de2518c5430095742a27be7af0c89d7)
+++ lib700/ctype.c	(revision 5fa506d896e498d12ac5654951d3fb3c9924e8e2)
@@ -26,17 +26,5 @@
 */
 
-#if	SYS5CODE
-char _ctype[] = {	/* this table handles EOF as a legal value */
-
-	/* -1   EOF */	 0,					/* -1 EOF */
-#else
-
-void ___atab(void)
-{
-	return;
-}
-
 int8_t __atab[] = {	/* EOF won't work properly with this table */
-#endif
 
 	/* Octal */						/* Hex */
