blob: 9de1d580e48efe8f0cc6d3bfa0e98d1df6a18569 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gdc_py.c.orig Sat Mar 17 04:06:08 2001
+++ gdc_py.c Mon Jun 18 17:03:24 2001
@@ -33,6 +33,8 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
+#include <limits.h>
+#define MAXSHORT SHRT_MAX
#include "Python.h"
#include "cStringIO.h"
|