mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Changed some prototypes to match the exact definition in some faraway Apple
header files. If we're building with precompiled headers these are in scope.
This commit is contained in:
parent
440a36f3ab
commit
027f6722c4
2 changed files with 4 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
extern void __initialize(void);
|
||||
|
||||
/* Defined either in macglue.c or in a MPW library: */
|
||||
extern pascal int PLstrcmp(unsigned char *, unsigned char *);
|
||||
extern pascal short PLstrcmp(const unsigned char *, const unsigned char *);
|
||||
|
||||
/*
|
||||
** Variables passed from shared lib initialization to PyMac_AddLibResources.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue