]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Declare errno, for prehistoric systems.
authorGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 20:23:28 +0000 (20:23 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 20:23:28 +0000 (20:23 +0000)
Python/marshal.c

index b3986a80a6cd5ce8d889343894720fa31b8827f6..94e6d3a7620428244fd30d92e08d1a868469920e 100644 (file)
@@ -33,6 +33,7 @@ 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'