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
e9f29bf4
Kaydet (Commit)
e9f29bf4
authored
Şub 13, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused vars
üst
cc9bc8f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
macdnrmodule.c
Mac/Unsupported/mactcp/macdnrmodule.c
+1
-2
No files found.
Mac/Unsupported/mactcp/macdnrmodule.c
Dosyayı görüntüle @
e9f29bf4
...
@@ -342,7 +342,6 @@ dnr_AddrToStr(self, args)
...
@@ -342,7 +342,6 @@ dnr_AddrToStr(self, args)
OSErr
err
;
OSErr
err
;
unsigned
long
ipaddr
;
unsigned
long
ipaddr
;
char
ipname
[
16
];
char
ipname
[
16
];
object
*
rv
;
if
(
!
newgetargs
(
args
,
"l"
,
&
ipaddr
))
if
(
!
newgetargs
(
args
,
"l"
,
&
ipaddr
))
return
NULL
;
return
NULL
;
...
@@ -436,7 +435,7 @@ static struct methodlist dnr_methods[] = {
...
@@ -436,7 +435,7 @@ static struct methodlist dnr_methods[] = {
void
void
initmacdnr
()
initmacdnr
()
{
{
object
*
m
,
*
d
,
*
o
;
object
*
m
,
*
d
;
/* Create the module and add the functions */
/* Create the module and add the functions */
m
=
initmodule
(
"macdnr"
,
dnr_methods
);
m
=
initmodule
(
"macdnr"
,
dnr_methods
);
...
...
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