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
40f09c07
Kaydet (Commit)
40f09c07
authored
May 10, 2010
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move { out of #if...#else block; this confuses Emacs' C-mode
üst
932e162a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
_cursesmodule.c
Modules/_cursesmodule.c
+6
-4
No files found.
Modules/_cursesmodule.c
Dosyayı görüntüle @
40f09c07
...
@@ -1226,10 +1226,11 @@ PyCursesWindow_NoOutRefresh(PyCursesWindowObject *self, PyObject *args)
...
@@ -1226,10 +1226,11 @@ PyCursesWindow_NoOutRefresh(PyCursesWindowObject *self, PyObject *args)
int
rtn
;
int
rtn
;
#ifndef WINDOW_HAS_FLAGS
#ifndef WINDOW_HAS_FLAGS
if
(
0
)
{
if
(
0
)
#else
#else
if
(
self
->
win
->
_flags
&
_ISPAD
)
{
if
(
self
->
win
->
_flags
&
_ISPAD
)
#endif
#endif
{
switch
(
PyTuple_Size
(
args
))
{
switch
(
PyTuple_Size
(
args
))
{
case
6
:
case
6
:
if
(
!
PyArg_ParseTuple
(
args
,
if
(
!
PyArg_ParseTuple
(
args
,
...
@@ -1368,10 +1369,11 @@ PyCursesWindow_Refresh(PyCursesWindowObject *self, PyObject *args)
...
@@ -1368,10 +1369,11 @@ PyCursesWindow_Refresh(PyCursesWindowObject *self, PyObject *args)
int
rtn
;
int
rtn
;
#ifndef WINDOW_HAS_FLAGS
#ifndef WINDOW_HAS_FLAGS
if
(
0
)
{
if
(
0
)
#else
#else
if
(
self
->
win
->
_flags
&
_ISPAD
)
{
if
(
self
->
win
->
_flags
&
_ISPAD
)
#endif
#endif
{
switch
(
PyTuple_Size
(
args
))
{
switch
(
PyTuple_Size
(
args
))
{
case
6
:
case
6
:
if
(
!
PyArg_ParseTuple
(
args
,
if
(
!
PyArg_ParseTuple
(
args
,
...
...
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