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
This commit is contained in:
Guido van Rossum 1994-08-29 10:46:42 +00:00
parent 0e3da7ba50
commit 7b1e974b4b
5 changed files with 128 additions and 105 deletions

View file

@ -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 <math.h>