Remove EOVERFLOW override.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Mar 2008 12:38:27 +0000 (14:38 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Mar 2008 12:38:27 +0000 (14:38 +0200)
ChangeLog
lib/c-stack.c

index d472359..c82c396 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-03-30  Bruno Haible  <bruno@clisp.org>
 
+       * lib/c-stack.c (EOVERFLOW): Remove unused override.
+
        * modules/EOVERFLOW-tests: New file.
        * tests/test-EOVERFLOW.c: New file.
 
index e5d8c5a..81be7cf 100644 (file)
@@ -48,9 +48,6 @@
 #ifndef ENOTSUP
 # define ENOTSUP EINVAL
 #endif
-#ifndef EOVERFLOW
-# define EOVERFLOW EINVAL
-#endif
 
 #include <signal.h>
 #if ! HAVE_STACK_T && ! defined stack_t