mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +00:00
ANSIfications: fix empty arglists, and remove the checks for
'HAVE_STDARG_PROTOTYPES' (consider it true, remove false branch)
This commit is contained in:
parent
7889010731
commit
5f37591a16
6 changed files with 3 additions and 34 deletions
|
@ -376,7 +376,7 @@ extern DL_IMPORT(int) PyUnicode_AsWideChar(
|
|||
|
||||
*/
|
||||
|
||||
extern DL_IMPORT(const char*) PyUnicode_GetDefaultEncoding();
|
||||
extern DL_IMPORT(const char*) PyUnicode_GetDefaultEncoding(void);
|
||||
|
||||
/* Sets the currently active default encoding.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue