mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
- Reorganized init code
- Fixed serious bug in code to get options from a resource
This commit is contained in:
parent
dc1c64a148
commit
01fbc68896
5 changed files with 63 additions and 45 deletions
|
@ -31,9 +31,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
extern void PyMac_InitApplication();
|
||||
|
||||
main() {
|
||||
#if defined(USE_GUSI)
|
||||
GUSIDefaultSetup();
|
||||
#endif
|
||||
#if defined(__MWERKS__) && defined(__CFM68K__)
|
||||
printf("Hello, world!\n");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue