mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
|
@ -65,9 +65,9 @@ extern void SIOUXDoAboutBox(void);
|
|||
/* Functions we redefine because they're in obscure libraries */
|
||||
extern void SpinCursor(short x);
|
||||
extern void RotateCursor(short x);
|
||||
extern pascal void PLstrcpy(unsigned char *, unsigned char *);
|
||||
extern pascal int PLstrcmp(unsigned char *, unsigned char *);
|
||||
extern pascal unsigned char *PLstrrchr(unsigned char *, unsigned char);
|
||||
extern pascal unsigned char * PLstrcpy(unsigned char *, const unsigned char *);
|
||||
extern pascal short PLstrcmp(const unsigned char *, const unsigned char *);
|
||||
extern pascal char *PLstrrchr(const unsigned char *, short);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue