mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Changed strdup prototype to use const.
This commit is contained in:
parent
e87203afde
commit
4ab9b4c9ad
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ extern int StopPrint; /* Set when printing is interrupted */
|
|||
/* Malloc interface */
|
||||
#include "malloc.h"
|
||||
|
||||
extern char *strdup PROTO((char *));
|
||||
extern char *strdup PROTO((const char *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue