diff options
Diffstat (limited to 'Python/marshal.c')
-rw-r--r-- | Python/marshal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/marshal.c b/Python/marshal.c index 93503d1..e61815c 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -34,7 +34,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "marshal.h" #include <errno.h> -extern int errno; #define TYPE_NULL '0' #define TYPE_NONE 'N' |