3d6912db85
Spotted by: kris
21 lines
364 B
C
21 lines
364 B
C
--- gdc_py.c.orig Mon Feb 25 19:36:07 2002
|
|
+++ gdc_py.c Sat Aug 14 14:16:15 2004
|
|
@@ -26,6 +26,9 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <assert.h>
|
|
+#include <limits.h>
|
|
+#define MAXSHORT SHRT_MAX
|
|
+#define HAVE_JPEG 1
|
|
|
|
#include "Python.h"
|
|
#include "cStringIO.h"
|
|
@@ -1327,8 +1330,6 @@
|
|
}
|
|
break;
|
|
}
|
|
-
|
|
- default:
|
|
|
|
} // switch
|
|
opt++;
|