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
2518b255
Kaydet (Commit)
2518b255
authored
Ara 14, 2007
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.
üst
42da874c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ffi.c
Modules/_ctypes/libffi/src/x86/ffi.c
+1
-1
bsddb.h
Modules/bsddb.h
+2
-2
_codecs_iso2022.c
Modules/cjkcodecs/_codecs_iso2022.c
+1
-1
No files found.
Modules/_ctypes/libffi/src/x86/ffi.c
Dosyayı görüntüle @
2518b255
...
@@ -256,7 +256,7 @@ ffi_closure_SYSV_inner (closure, respp, args)
...
@@ -256,7 +256,7 @@ ffi_closure_SYSV_inner (closure, respp, args)
void
**
respp
;
void
**
respp
;
void
*
args
;
void
*
args
;
{
{
/
/ our various things...
/
* our various things... */
ffi_cif
*
cif
;
ffi_cif
*
cif
;
void
**
arg_area
;
void
**
arg_area
;
...
...
Modules/bsddb.h
Dosyayı görüntüle @
2518b255
...
@@ -232,7 +232,7 @@ typedef struct {
...
@@ -232,7 +232,7 @@ typedef struct {
#define DBSequenceObject_Check(v) ((v)->ob_type == bsddb_api->dbsequence_type)
#define DBSequenceObject_Check(v) ((v)->ob_type == bsddb_api->dbsequence_type)
#endif
#endif
#endif /
/ COMPILING_BSDDB_C
#endif
/
* COMPILING_BSDDB_C */
#endif /
/ _BSDDB_H_
#endif
/
* _BSDDB_H_ */
Modules/cjkcodecs/_codecs_iso2022.c
Dosyayı görüntüle @
2518b255
...
@@ -203,7 +203,7 @@ ENCODER(iso2022)
...
@@ -203,7 +203,7 @@ ENCODER(iso2022)
}
else
}
else
encoded
=
dsg
->
encoder
(
&
c
,
&
length
);
encoded
=
dsg
->
encoder
(
&
c
,
&
length
);
#else
#else
encoded
=
dsg
->
encoder
(
*
inbuf
,
&
length
);
encoded
=
dsg
->
encoder
(
&
c
,
&
length
);
#endif
#endif
if
(
encoded
!=
MAP_UNMAPPABLE
)
{
if
(
encoded
!=
MAP_UNMAPPABLE
)
{
insize
=
length
;
insize
=
length
;
...
...
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