aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSkip Montanaro <[email protected]>2021-02-17 08:10:12 -0600
committerGitHub <[email protected]>2021-02-17 08:10:12 -0600
commit4bcf2ce5b19781a88cad49fa9134756067c16cf3 (patch)
tree889b66023d00badae5808d0d166f9e9ff7a23c78 /src
parente1c13c59f332411070a30de21527af6f80875238 (diff)
parente114381c954cf96e231dafca0723c6e4ff18f3e5 (diff)
downloadpython-0.9.1-patched-QoL-4bcf2ce5b19781a88cad49fa9134756067c16cf3.tar.xz
python-0.9.1-patched-QoL-4bcf2ce5b19781a88cad49fa9134756067c16cf3.zip
Merge pull request #1 from Ringdingcoder/original
Restoring the original shar contents
Diffstat (limited to 'src')
-rw-r--r--src/amoebamodule.c3
-rw-r--r--src/asa.c4
-rw-r--r--src/getcwd.c2
-rw-r--r--src/sc_interpr.c3
-rw-r--r--src/strerror.c2
5 files changed, 6 insertions, 8 deletions
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, <[email protected]>
- Last modified: [email protected], Oct 14, 1990
+ Author: Guido van Rossum, <[email protected]>
+ Last modified: [email protected], 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, <[email protected]>. */
+ Author: Guido van Rossum, CWI Amsterdam, Jan 1991, <[email protected]>. */
/* #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, <[email protected]>. */
+ Author: Guido van Rossum, CWI Amsterdam, Oct. 1990, <[email protected]>. */
#include <stdio.h>