mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user