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
4410d571
Kaydet (Commit)
4410d571
authored
Şub 21, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ported to MPW/SC
üst
7fb1dcc4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
ctbmodule.c
Mac/Modules/ctbmodule.c
+7
-7
No files found.
Mac/Modules/ctbmodule.c
Dosyayı görüntüle @
4410d571
/***********************************************************
/***********************************************************
Copyright 1991
, 1992, 1993, 1994 by Stichting Mathematisch Centru
m,
Copyright 1991
-1995 by Stichting Mathematisch Centrum, Amsterda
m,
Amsterdam,
The Netherlands.
The Netherlands.
All Rights Reserved
All Rights Reserved
...
@@ -27,15 +27,15 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
...
@@ -27,15 +27,15 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "allobjects.h"
#include "allobjects.h"
#include "modsupport.h"
/* For getargs() etc. */
#include <stdio.h>
#include "macglue.h"
#include <CommResources.h>
#include <CommResources.h>
#include <Connections.h>
#include <Connections.h>
#include <ToolUtils.h>
#include <ToolUtils.h>
#include <OSUtils.h>
#include <OSUtils.h>
/* #include <pascal.h> */
#ifndef
__MWERKS__
#ifndef
HAVE_UNIVERSAL_HEADERS
#define ConnectionCompletionUPP ProcPtr
#define ConnectionCompletionUPP ProcPtr
#define ConnectionChooseIdleUPP ProcPtr
#define ConnectionChooseIdleUPP ProcPtr
#define NewConnectionCompletionProc(x) (x)
#define NewConnectionCompletionProc(x) (x)
...
@@ -445,7 +445,7 @@ ctbcm_setattr(self, name, v)
...
@@ -445,7 +445,7 @@ ctbcm_setattr(self, name, v)
return
0
;
return
0
;
}
}
static
typeobject
ctbcmtype
=
{
static
here
typeobject
ctbcmtype
=
{
OB_HEAD_INIT
(
&
Typetype
)
OB_HEAD_INIT
(
&
Typetype
)
0
,
/*ob_size*/
0
,
/*ob_size*/
"ctbcm"
,
/*tp_name*/
"ctbcm"
,
/*tp_name*/
...
...
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