diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-27 13:32:30 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-27 13:32:30 (GMT) |
commit | 0168f279ccaa69a1dd82d26ff8fa3dd53f0b03c7 (patch) | |
tree | e71cac60118be8e8eb69e3c50820f1919ee2b6e0 /Mac/Include | |
parent | 66a8977b0ef3b7c3a3b8027d9ee3f25417b824e9 (diff) | |
download | cpython-0168f279ccaa69a1dd82d26ff8fa3dd53f0b03c7.zip cpython-0168f279ccaa69a1dd82d26ff8fa3dd53f0b03c7.tar.gz cpython-0168f279ccaa69a1dd82d26ff8fa3dd53f0b03c7.tar.bz2 |
Added options for keeping window open on normal/error termination
Moved whole exit-handling of console window here (from pythonrun.c)
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/pythonresources.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 5125a10..4b353c5 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h @@ -41,6 +41,8 @@ #define OPT_SUPPRESS 5 #define OPT_UNBUFFERED 6 #define OPT_DEBUGGING 7 +#define OPT_KEEPNORMAL 8 +#define OPT_KEEPERROR 9 /* Dialog for 'No preferences directory' */ #define NOPREFDIR_ID 133 |