blob: a6d066e66991ccaa345c889ff9d8a2940955ec19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-af,v 1.2 2001/04/11 21:32:00 jtb Exp $
--- sd/bv/rpdiagram.c.orig Mon Jul 26 10:44:03 1999
+++ sd/bv/rpdiagram.c
@@ -34,7 +34,9 @@
#include "line.h"
#include "rpdiagram.h"
#include "diagramchecks.h"
-#include <values.h>
+#include <limits.h>
+
+#define MAXINT INT_MAX
const int RPDiagram::BOX_WIDTH = 58;
const int RPDiagram::BOX_HEIGHT = 38;
|