PyMac_ConsoleIsDead = 1;
}
+#if !TARGET_API_MAC_CARBON
/*
** Replacement routines for the PLstr... functions so we don't need
-** StdCLib. Moreover, that implementation is broken under cfm68k...
+** StdCLib.
*/
pascal void
PLstrcpy(unsigned char *to, unsigned char *fr)
return ptr;
}
+#endif /* !TARGET_API_MAC_CARBON */
#endif /* USE_GUSI */
strncpy((char *)dst+1, src, len);
dst[0] = len;
}
-#endif
+#endif /* !TARGET_API_MAC_CARBON */
/* Like strerror() but for Mac OS error numbers */
char *PyMac_StrError(int err)