Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
447e01b0
Commit
447e01b0
authored
Sep 08, 1997
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preference resource now has a version number
parent
222c34ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
Mac/Include/pythonresources.h
Mac/Include/pythonresources.h
+11
-11
No files found.
Mac/Include/pythonresources.h
View file @
447e01b0
...
...
@@ -72,11 +72,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Dialog for 'No preferences directory' */
#define NOPREFDIR_ID 133
/* Dialog for '
Create preferences file?
' */
#define
NOPREFFILE
_ID 134
#define
NOPREFFILE_YES
1
#define
NOPREFFILE_NO
2
/* Dialog for '
Bad or outdated preferences
' */
#define
BADPREFERENCES
_ID 134
#define
BADPREF_DELETE
1
#define
BADPREF_CONTINUE
2
#define BADPREF_QUIT 3
/* Dialog for 'Bad preference file' */
#define BADPREFFILE_ID 135
...
...
@@ -128,18 +128,19 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define PYTHONOPTIONSOVERRIDE_ID 129
#define POPT_INSPECT 0
#define POPT_VERBOSE 1
#define POPT_
SUPPRESS
2
#define POPT_
OPTIMIZE
2
#define POPT_UNBUFFERED 3
#define POPT_DEBUGGING 4
#define POPT_KEEPNORM 5
#define POPT_KEEPERR 6
#define POPT_NOINTOPT 7
/* Not settable interactively */
#define POPT_
NOARGS 8
/* Not settable interactively
*/
#define POPT_
VERSION_CURRENT 3
/* Current version number
*/
typedef
struct
PyMac_PrefRecord
{
unsigned
char
version
;
unsigned
char
inspect
;
unsigned
char
verbose
;
unsigned
char
suppress_print
;
unsigned
char
optimize
;
unsigned
char
unbuffered
;
unsigned
char
debugging
;
unsigned
char
keep_normal
;
...
...
@@ -154,5 +155,4 @@ typedef struct PyMac_PrefRecord {
/* From macgetpath.c: */
void
PyMac_PreferenceOptions
Py_PROTO
((
PyMac_PrefRecord
*
));
char
*
PyMac_GetPythonDir
Py_PROTO
((
void
));
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment