Declare errno, for prehistoric systems.

This commit is contained in:
Guido van Rossum 1991-06-04 20:23:28 +00:00
parent 4410c758a1
commit 065d71e271
1 changed files with 1 additions and 0 deletions

View 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'