* src/makeint.h: Removed unused atol declaration

This commit is contained in:
Jouke Witteveen 2021-07-16 14:04:22 +02:00 committed by Paul Smith
parent cefe747e85
commit f3ad572099

View file

@ -633,7 +633,6 @@ void spin (const char* suffix);
#if !defined (__GNU_LIBRARY__) && !defined (POSIX) && !defined (_POSIX_VERSION) && !defined(WINDOWS32)
long int atol ();
# ifndef VMS
long int lseek ();
# endif