Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
c6bb281c
Kaydet (Commit)
c6bb281c
authored
Eyl 09, 1997
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added old-exceptions and no-site-python options and upped preference
version to 4. Added balloon-help item to options dialog.
üst
1c0d851a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
pythonresources.h
Mac/Include/pythonresources.h
+9
-2
No files found.
Mac/Include/pythonresources.h
Dosyayı görüntüle @
c6bb281c
...
@@ -62,12 +62,15 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
...
@@ -62,12 +62,15 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define OPT_CANCEL 2
#define OPT_CANCEL 2
#define OPT_INSPECT 3
#define OPT_INSPECT 3
#define OPT_VERBOSE 4
#define OPT_VERBOSE 4
#define OPT_
SUPPRESS
5
#define OPT_
OPTIMIZE
5
#define OPT_UNBUFFERED 6
#define OPT_UNBUFFERED 6
#define OPT_DEBUGGING 7
#define OPT_DEBUGGING 7
#define OPT_KEEPNORMAL 8
#define OPT_KEEPNORMAL 8
#define OPT_KEEPERROR 9
#define OPT_KEEPERROR 9
#define OPT_CMDLINE 10
#define OPT_CMDLINE 10
#define OPT_OLDEXC 13
#define OPT_NOSITE 14
#define OPT_HELP 16
/* Dialog for 'No preferences directory' */
/* Dialog for 'No preferences directory' */
#define NOPREFDIR_ID 133
#define NOPREFDIR_ID 133
...
@@ -126,6 +129,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
...
@@ -126,6 +129,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* The Python options resource and offset of its members */
/* The Python options resource and offset of its members */
#define PYTHONOPTIONS_ID 128
#define PYTHONOPTIONS_ID 128
#define PYTHONOPTIONSOVERRIDE_ID 129
#define PYTHONOPTIONSOVERRIDE_ID 129
#if 0
#define POPT_INSPECT 0
#define POPT_INSPECT 0
#define POPT_VERBOSE 1
#define POPT_VERBOSE 1
#define POPT_OPTIMIZE 2
#define POPT_OPTIMIZE 2
...
@@ -133,8 +137,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
...
@@ -133,8 +137,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define POPT_DEBUGGING 4
#define POPT_DEBUGGING 4
#define POPT_KEEPNORM 5
#define POPT_KEEPNORM 5
#define POPT_KEEPERR 6
#define POPT_KEEPERR 6
#endif
#define POPT_VERSION_CURRENT
3
/* Current version number */
#define POPT_VERSION_CURRENT
4
/* Current version number */
typedef
struct
PyMac_PrefRecord
{
typedef
struct
PyMac_PrefRecord
{
unsigned
char
version
;
unsigned
char
version
;
...
@@ -147,6 +152,8 @@ typedef struct PyMac_PrefRecord {
...
@@ -147,6 +152,8 @@ typedef struct PyMac_PrefRecord {
unsigned
char
keep_error
;
unsigned
char
keep_error
;
unsigned
char
nointopt
;
unsigned
char
nointopt
;
unsigned
char
noargs
;
unsigned
char
noargs
;
unsigned
char
oldexc
;
unsigned
char
nosite
;
}
PyMac_PrefRecord
;
}
PyMac_PrefRecord
;
/* The GUSI options resources */
/* The GUSI options resources */
...
...
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