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
a547dcaf
Kaydet (Commit)
a547dcaf
authored
Tem 10, 1996
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Old names changed to Py_GetCopyright, etc.
üst
84d0bfcb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
macgetcompiler.c
Mac/Python/macgetcompiler.c
+1
-1
macgetpath.c
Mac/Python/macgetpath.c
+1
-1
macgetplatform.c
Mac/Python/macgetplatform.c
+1
-1
macmain.c
Mac/Python/macmain.c
+3
-3
No files found.
Mac/Python/macgetcompiler.c
Dosyayı görüntüle @
a547dcaf
...
...
@@ -30,7 +30,7 @@
#endif
char
*
getc
ompiler
()
Py_GetC
ompiler
()
{
return
COMPILER
;
}
Mac/Python/macgetpath.c
Dosyayı görüntüle @
a547dcaf
...
...
@@ -32,7 +32,7 @@
char
*
getpythonp
ath
()
Py_GetP
ath
()
{
/* Modified by Jack to do something a bit more sensible:
** - Prepend the python home-directory (which is obtained from a Preferences
...
...
Mac/Python/macgetplatform.c
Dosyayı görüntüle @
a547dcaf
char
*
getp
latform
()
Py_GetP
latform
()
{
return
"mac"
;
}
...
...
Mac/Python/macmain.c
Dosyayı görüntüle @
a547dcaf
...
...
@@ -54,8 +54,8 @@ extern int Py_SuppressPrintingFlag; /* For ceval.c, declared in pythonrun.c */
/* Subroutines that live in their own file */
extern
char
*
getv
ersion
Py_PROTO
((
void
));
extern
char
*
getc
opyright
Py_PROTO
((
void
));
extern
char
*
Py_GetV
ersion
Py_PROTO
((
void
));
extern
char
*
Py_GetC
opyright
Py_PROTO
((
void
));
/* For getprogramname(); set by main() */
...
...
@@ -336,7 +336,7 @@ Py_Main(argc, argv)
if
(
Py_VerboseFlag
||
command
==
NULL
&&
filename
==
NULL
&&
isatty
((
int
)
fileno
(
fp
)))
fprintf
(
stderr
,
"Python %s
\n
%s
\n
"
,
getversion
(),
getc
opyright
());
Py_GetVersion
(),
Py_GetC
opyright
());
if
(
filename
!=
NULL
)
{
if
((
fp
=
fopen
(
filename
,
"r"
))
==
NULL
)
{
...
...
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