mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
This commit is contained in:
parent
09de756726
commit
ce59c04127
11 changed files with 3 additions and 82 deletions
|
|
@ -35,14 +35,6 @@ restrictions:
|
|||
modules, but which are not relevant to the outside. */
|
||||
|
||||
|
||||
/* To cope with SunOS4 and other systems that lack memmove() but have bcopy(),
|
||||
define a macro for memmove() if USE_BCOPY is defined. */
|
||||
|
||||
#ifdef USE_BCOPY
|
||||
#undef memmove /* some systems may have a macro */
|
||||
#define memmove(a, b, c) bcopy(b, a, c)
|
||||
#endif
|
||||
|
||||
/* Standard C headers plus the external interface definition */
|
||||
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue