bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] * src/makeint.h: Removed unused atol declaration


From: Jouke Witteveen
Subject: [PATCH 1/3] * src/makeint.h: Removed unused atol declaration
Date: Fri, 16 Jul 2021 14:04:22 +0200

---
 src/makeint.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/makeint.h b/src/makeint.h
index fcfb7bd..ca6d49d 100644
--- a/src/makeint.h
+++ b/src/makeint.h
@@ -631,7 +631,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
-- 
2.32.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]