aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tcm/files/patch-stdiagram.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tcm/files/patch-stdiagram.c')
-rw-r--r--graphics/tcm/files/patch-stdiagram.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/tcm/files/patch-stdiagram.c b/graphics/tcm/files/patch-stdiagram.c
deleted file mode 100644
index 7d75057f0d5..00000000000
--- a/graphics/tcm/files/patch-stdiagram.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/sd/bv/stdiagram.c.orig Tue Mar 21 13:53:27 2000
-+++ src/sd/bv/stdiagram.c Wed Jul 18 01:29:15 2001
-@@ -34,7 +34,7 @@
- #include "transitionarrow.h"
- #include "initialstatebox.h"
- #include "stdiagram.h"
--#include <values.h>
-+#include <limits.h>
-
- const int STDiagram::BOX_WIDTH = 100;
- const int STDiagram::BOX_HEIGHT = 38;
-@@ -356,7 +356,7 @@
- total += stChecks->CheckEmptyActions(chkbuf);
- total += stChecks->CheckNoActions(chkbuf);
- total += stChecks->CheckCountEdgesFrom(Code::DECISION_POINT,
-- Code::TRANSITION, 2, MAXINT, False, False, chkbuf);
-+ Code::TRANSITION, 2, INT_MAX, False, False, chkbuf);
- int sub = stChecks->CheckNodeCount(1, Code::INITIAL_STATE, chkbuf);
- total += sub;
- if (sub == 0) {