From e114381c954cf96e231dafca0723c6e4ff18f3e5 Mon Sep 17 00:00:00 2001 From: Stefan Ring Date: Wed, 17 Feb 2021 08:37:11 +0100 Subject: Restoring the original shar contents --- src/amoebamodule.c | 3 +-- src/asa.c | 4 ++-- src/getcwd.c | 2 +- src/sc_interpr.c | 3 +-- src/strerror.c | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/amoebamodule.c b/src/amoebamodule.c index 282677c..0d10744 100644 --- a/src/amoebamodule.c +++ b/src/amoebamodule.c @@ -396,8 +396,7 @@ static typeobject Captype = { capprint, /*tp_print*/ capgetattr, /*tp_getattr*/ 0, /*tp_setattr*/ - capcompare, /*tp_comp -are*/ + capcompare, /*tp_compare*/ caprepr, /*tp_repr*/ 0, /*tp_as_number*/ 0, /*tp_as_sequence*/ diff --git a/src/asa.c b/src/asa.c index 425b9c7..adf067d 100644 --- a/src/asa.c +++ b/src/asa.c @@ -24,8 +24,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Asynchronous audio module for Silicon Graphics 4D/20 under IRIX 3.3 Copyright 1990 Stichting Mathematisch Centrum, Amsterdam - Author: Guido van Rossum, - Last modified: gu...@cwi.nl, Oct 14, 1990 + Author: Guido van Rossum, + Last modified: guido@cwi.nl, Oct 14, 1990 Callers should #include "asa.h". diff --git a/src/getcwd.c b/src/getcwd.c index 4bfff82..acdf117 100644 --- a/src/getcwd.c +++ b/src/getcwd.c @@ -23,7 +23,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ /* Two PD getcwd() implementations. - Author: Guido van Rossum, CWI Amsterdam, Jan 1991, . */ + Author: Guido van Rossum, CWI Amsterdam, Jan 1991, . */ /* #define NO_GETWD /* Turn this on to popen pwd instead of calling getwd() */ diff --git a/src/sc_interpr.c b/src/sc_interpr.c index 6fec0e8..b2503bd 100644 --- a/src/sc_interpr.c +++ b/src/sc_interpr.c @@ -1250,8 +1250,7 @@ struct sc_ProcessBlock sc_pb; break; case TListSlt: - - ret = xTListSlt(operand, &sc_pb); + ret = xTListSlt(operand, &sc_pb); break; case LoopPut: diff --git a/src/strerror.c b/src/strerror.c index 202725f..37f9964 100644 --- a/src/strerror.c +++ b/src/strerror.c @@ -23,7 +23,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ /* PD implementation of strerror() for systems that don't have it. - Author: Guido van Rossum, CWI Amsterdam, Oct. 1990, . */ + Author: Guido van Rossum, CWI Amsterdam, Oct. 1990, . */ #include -- cgit v1.2.3