1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/graphics/py-gdchart/files/patch-gdc_py.c
Vanilla I. Shu be87fe2098 It's pything binding of gdchart.
PR:		ports/28242
Submitted by:	Hye-Shik Chang <perky@python.or.kr>
2001-07-16 07:25:22 +00:00

12 lines
256 B
C

--- 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"