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
e4d7b5e6
Commit
e4d7b5e6
authored
May 07, 2000
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed for the new preference resource version.
parent
31e2d735
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Mac/Include/pythonresources.h
Mac/Include/pythonresources.h
+6
-4
No files found.
Mac/Include/pythonresources.h
View file @
e4d7b5e6
...
...
@@ -71,9 +71,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define OPT_KEEPNORMAL 8
#define OPT_KEEPERROR 9
#define OPT_CMDLINE 10
#define OPT_
OLDEXC
13
#define OPT_
TABWARN
13
#define OPT_NOSITE 14
#define OPT_HELP 16
#define OPT_HELP 15
#define OPT_NONAVSERV 16
/* Dialog for 'No preferences directory' */
#define NOPREFDIR_ID BASE_ID+5
...
...
@@ -143,7 +144,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define POPT_KEEPERR 6
#endif
#define POPT_VERSION_CURRENT
4
/* Current version number */
#define POPT_VERSION_CURRENT
5
/* Current version number */
#ifndef rez
typedef
struct
PyMac_PrefRecord
{
...
...
@@ -157,8 +158,9 @@ typedef struct PyMac_PrefRecord {
unsigned
char
keep_error
;
unsigned
char
nointopt
;
unsigned
char
noargs
;
unsigned
char
oldexc
;
unsigned
char
tabwarn
;
unsigned
char
nosite
;
unsigned
char
nonavservice
;
}
PyMac_PrefRecord
;
#endif
...
...
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