mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
* Configure.py: use #!/usr/local/bin/python
* posixmodule.c: move extern function declarations to top * listobject.c: cmp() arguments must be void* if __STDC__ * Makefile, allobjects.h, panelmodule.c, modsupport.c: get rid of strdup() -- it is a portability risk * Makefile: enclosed ranlib command in parentheses for Sequent Make which aborts if the command is not found even if '-' is present * timemodule.c: time() returns a floating point number, in microsecond precision if BSD_TIME is defined.
This commit is contained in:
parent
349f2b516b
commit
a2b7f40513
6 changed files with 47 additions and 22 deletions
|
|
@ -52,5 +52,4 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "errors.h"
|
||||
#include "mymalloc.h"
|
||||
|
||||
extern char *strdup PROTO((const char *));
|
||||
extern void fatal PROTO((char *));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue