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
bac428d2
Kaydet (Commit)
bac428d2
authored
Ara 14, 1994
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Enlarged version buffer (nobody expects the spanish inquisition:-)
Support for new sys.path code in config.c
üst
c5b26f4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
macmain.c
Mac/Python/macmain.c
+5
-1
No files found.
Mac/Python/macmain.c
Dosyayı görüntüle @
bac428d2
...
@@ -39,6 +39,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
...
@@ -39,6 +39,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <console.h>
#include <console.h>
#endif
#endif
char
*
fileargument
;
main
(
argc
,
argv
)
main
(
argc
,
argv
)
int
argc
;
int
argc
;
char
**
argv
;
char
**
argv
;
...
@@ -51,7 +53,7 @@ main(argc, argv)
...
@@ -51,7 +53,7 @@ main(argc, argv)
extern
char
*
about_message
;
extern
char
*
about_message
;
extern
char
*
about_item
;
extern
char
*
about_item
;
extern
char
*
getversion
(),
*
getcopyright
();
extern
char
*
getversion
(),
*
getcopyright
();
static
char
buf
[
256
];
static
char
buf
[
1024
];
sprintf
(
buf
,
"Python %s
\r
\
sprintf
(
buf
,
"Python %s
\r
\
\r
\
\r
\
%s
\r
\
%s
\r
\
...
@@ -76,5 +78,7 @@ Motto: \"Nobody expects the Spanish Inquisition!\"",
...
@@ -76,5 +78,7 @@ Motto: \"Nobody expects the Spanish Inquisition!\"",
else
else
console_options
.
title
=
"\pPython"
;
console_options
.
title
=
"\pPython"
;
#endif
/* CONSOLE_IO */
#endif
/* CONSOLE_IO */
if
(
argc
>
1
)
fileargument
=
argv
[
1
];
/* Mod by Jack to do chdir */
realmain
(
argc
,
argv
);
realmain
(
argc
,
argv
);
}
}
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