summaryrefslogtreecommitdiffstats
path: root/Include/rename2.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-03-14 05:09:30 (GMT)
committerGuido van Rossum <guido@python.org>1997-03-14 05:09:30 (GMT)
commite053c677801209c000831e8d306c01c3460f9a57 (patch)
treeeafcdbc56bd70050713c01dbf748b8312f009ed8 /Include/rename2.h
parent45b83915f8d5974045d374c981531d9b98570df1 (diff)
downloadcpython-e053c677801209c000831e8d306c01c3460f9a57.zip
cpython-e053c677801209c000831e8d306c01c3460f9a57.tar.gz
cpython-e053c677801209c000831e8d306c01c3460f9a57.tar.bz2
Remove err_input -- there is no such global!
Diffstat (limited to 'Include/rename2.h')
-rw-r--r--Include/rename2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/rename2.h b/Include/rename2.h
index 895a83d..8792e87 100644
--- a/Include/rename2.h
+++ b/Include/rename2.h
@@ -408,7 +408,6 @@ PERFORMANCE OF THIS SOFTWARE.
#define getistringarg PyArg_GetString
#define err_badarg PyErr_BadArgument
#define err_badcall PyErr_BadInternalCall
-#define err_input PyErr_Input
#define err_nomem PyErr_NoMemory
#define err_errno PyErr_SetFromErrno
#define err_set PyErr_SetNone