summaryrefslogtreecommitdiff
path: root/graphics/py-gdchart/patches/patch-gdc_py.c
blob: 22ad1ec7de95472bf9f10659130b87ae57125dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-gdc_py.c,v 1.1 2001/10/18 11:14:39 darcy Exp $

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