mirror of
https://github.com/mirror/make.git
synced 2025-01-07 19:00:09 +08:00
* src/makeint.h: Removed unused atol declaration
This commit is contained in:
parent
cefe747e85
commit
f3ad572099
@ -633,7 +633,6 @@ void spin (const char* suffix);
|
|||||||
|
|
||||||
#if !defined (__GNU_LIBRARY__) && !defined (POSIX) && !defined (_POSIX_VERSION) && !defined(WINDOWS32)
|
#if !defined (__GNU_LIBRARY__) && !defined (POSIX) && !defined (_POSIX_VERSION) && !defined(WINDOWS32)
|
||||||
|
|
||||||
long int atol ();
|
|
||||||
# ifndef VMS
|
# ifndef VMS
|
||||||
long int lseek ();
|
long int lseek ();
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user