Removed debug printf
This commit is contained in:
parent
3bc6fe636a
commit
499a8afd0f
@ -30,9 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||||||
|
|
||||||
extern void PyMac_InitApplication();
|
extern void PyMac_InitApplication();
|
||||||
|
|
||||||
|
void
|
||||||
main() {
|
main() {
|
||||||
#if defined(__MWERKS__) && defined(__CFM68K__)
|
|
||||||
printf("Hello, world!\n");
|
|
||||||
#endif
|
|
||||||
PyMac_InitApplication();
|
PyMac_InitApplication();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user