File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ extern void SIOUXDoAboutBox(void);
6565/* Functions we redefine because they're in obscure libraries */
6666extern void SpinCursor (short x );
6767extern void RotateCursor (short x );
68- extern pascal void PLstrcpy (unsigned char * , unsigned char * );
69- extern pascal int PLstrcmp (unsigned char * , unsigned char * );
70- extern pascal unsigned char * PLstrrchr (unsigned char * , unsigned char );
68+ extern pascal unsigned char * PLstrcpy (unsigned char * , const unsigned char * );
69+ extern pascal short PLstrcmp (const unsigned char * , const unsigned char * );
70+ extern pascal char * PLstrrchr (const unsigned char * , short );
7171
7272#endif
7373
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ PERFORMANCE OF THIS SOFTWARE.
5454extern void __initialize (void );
5555
5656/* Defined either in macglue.c or in a MPW library: */
57- extern pascal int PLstrcmp (unsigned char * , unsigned char * );
57+ extern pascal short PLstrcmp (const unsigned char * , const unsigned char * );
5858
5959/*
6060** Variables passed from shared lib initialization to PyMac_AddLibResources.
You can’t perform that action at this time.
0 commit comments