]> granicus.if.org Git - python/commitdiff
Remove err_input -- there is no such global!
authorGuido van Rossum <guido@python.org>
Fri, 14 Mar 1997 05:09:30 +0000 (05:09 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Mar 1997 05:09:30 +0000 (05:09 +0000)
Include/rename2.h

index 895a83d1b9da38b98980108031f6b40601816a66..8792e87bbd44a3b10c9d96e38c6cc312632613b6 100644 (file)
@@ -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