From 7b1e974b4bd7c17cd90a6d03bab0aaa079d78d29 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 29 Aug 1994 10:46:42 +0000 Subject: Makefile.pre.in: add $(OPT) to link command audioop.c: fix for MPW config.c.in: save original argc/argv for Lance rotormodule.c: new coding conventions timemodule.c: add casts for Lance --- Modules/audioop.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Modules/audioop.c') diff --git a/Modules/audioop.c b/Modules/audioop.c index cfb97f2904..d4e020b7f2 100644 --- a/Modules/audioop.c +++ b/Modules/audioop.c @@ -27,11 +27,13 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "allobjects.h" #include "modsupport.h" -#if defined(__CHAR_UNSIGNED__) && defined(signed) +#if defined(__CHAR_UNSIGNED__) +#if defined(signed) !ERROR!; READ THE SOURCE FILE!; /* This module currently does not work on systems where only unsigned characters are available. Take it out of Setup. Sorry. */ #endif +#endif #include -- cgit v1.2.1