mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +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
|
@ -75,4 +75,10 @@
|
|||
#define POPT_DEBUGGING 4
|
||||
#define POPT_KEEPNORM 5
|
||||
#define POPT_KEEPERR 6
|
||||
|
||||
/* From macgetpath.c: */
|
||||
void PyMac_PreferenceOptions Py_PROTO((int *inspect, int *verbose, int *suppress_print,
|
||||
int *unbuffered, int *debugging, int *keep_normal,
|
||||
int *keep_error));
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue