projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afd0e4d
)
Remove EOVERFLOW override.
author
Bruno Haible
<bruno@clisp.org>
Sun, 30 Mar 2008 12:38:27 +0000
(14:38 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 30 Mar 2008 12:38:27 +0000
(14:38 +0200)
ChangeLog
patch
|
blob
|
history
lib/c-stack.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d4723599e7ef2eed2ea2f2e886019b8a4312f9b0..c82c3960fbd7298006b245db14eca325c4d52e23 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.
diff --git
a/lib/c-stack.c
b/lib/c-stack.c
index e5d8c5ab69c140d7c3bcd1924a59b4fd8ecf9a99..81be7cf11f8efc13dde164ae0a8c27bab3ed968a 100644
(file)
--- a/
lib/c-stack.c
+++ b/
lib/c-stack.c
@@
-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