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
4c72bc4a
Unverified
Kaydet (Commit)
4c72bc4a
authored
Ara 17, 2017
tarafından
Benjamin Peterson
Kaydeden (comit)
GitHub
Ara 17, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add 'extern' to pygetopt.h symbols, so then don't end up in comdat (#4909)
bpo-32264
üst
5382c050
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
pygetopt.h
Include/internal/pygetopt.h
+6
-6
No files found.
Include/internal/pygetopt.h
Dosyayı görüntüle @
4c72bc4a
#ifndef Py_INTERNAL_PYGETOPT_H
#define Py_INTERNAL_PYGETOPT_H
int
_PyOS_opterr
;
int
_PyOS_optind
;
wchar_t
*
_PyOS_optarg
;
extern
int
_PyOS_opterr
;
extern
int
_PyOS_optind
;
extern
wchar_t
*
_PyOS_optarg
;
void
_PyOS_ResetGetOpt
(
void
);
extern
void
_PyOS_ResetGetOpt
(
void
);
typedef
struct
{
const
wchar_t
*
name
;
...
...
@@ -13,7 +13,7 @@ typedef struct {
int
val
;
}
_PyOS_LongOption
;
int
_PyOS_GetOpt
(
int
argc
,
wchar_t
**
argv
,
wchar_t
*
optstring
,
const
_PyOS_LongOption
*
longopts
,
int
*
longindex
);
extern
int
_PyOS_GetOpt
(
int
argc
,
wchar_t
**
argv
,
wchar_t
*
optstring
,
const
_PyOS_LongOption
*
longopts
,
int
*
longindex
);
#endif
/* !Py_INTERNAL_PYGETOPT_H */
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