Fix issue with E_FUNC under linux

Fixed a problem where gcc complains about E_FUNC not being defined
for Linux systems as reported by Martin Buck (m at rtin-buck dor de).
This commit is contained in:
Landon Curt Noll
2018-11-04 17:01:24 -08:00
parent 81a4a4f828
commit 29c6e9325f

View File

@@ -92,12 +92,6 @@
# include <stdlib.h> # include <stdlib.h>
#endif #endif
#if defined(__linux)
# if !defined(isascii)
E_FUNC int isascii(int c);
# endif /* !isascii */
#endif /* __linux */
char *program; /* our name */ char *program; /* our name */
int int