mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Removed debug printf
This commit is contained in:
parent
3bc6fe636a
commit
499a8afd0f
1 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
extern void PyMac_InitApplication();
|
||||
|
||||
void
|
||||
main() {
|
||||
#if defined(__MWERKS__) && defined(__CFM68K__)
|
||||
printf("Hello, world!\n");
|
||||
#endif
|
||||
PyMac_InitApplication();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue