aboutsummaryrefslogtreecommitdiff
path: root/math/simpack/files/patch-ae
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-01-19 05:56:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-01-19 05:56:20 +0000
commit41eae8aa2c3b32de5f28a276043a16deb5fb7b73 (patch)
tree0bb03d0db44d366a3c1a6ce493912f8e55b4fdba /math/simpack/files/patch-ae
parentccbc82aac42088784dfc86ea36eb8fae7a5f00dc (diff)
downloadports-41eae8aa2c3b32de5f28a276043a16deb5fb7b73.tar.gz
ports-41eae8aa2c3b32de5f28a276043a16deb5fb7b73.zip
Notes
Diffstat (limited to 'math/simpack/files/patch-ae')
-rw-r--r--math/simpack/files/patch-ae23
1 files changed, 0 insertions, 23 deletions
diff --git a/math/simpack/files/patch-ae b/math/simpack/files/patch-ae
deleted file mode 100644
index 1a2e9c9e30b4..000000000000
--- a/math/simpack/files/patch-ae
+++ /dev/null
@@ -1,23 +0,0 @@
---- func/event/include/vlist.h.old Fri Jan 21 15:49:25 2000
-+++ func/event/include/vlist.h Fri Jan 21 15:49:48 2000
-@@ -136,9 +136,9 @@
- -----------------------------------------------------------------------------*/
-
- #if TURBOC
-- const STANDARD_HEAP_CAPACITY = 100; // heap size
-+ const int STANDARD_HEAP_CAPACITY = 100; // heap size
- #else
-- const STANDARD_HEAP_CAPACITY = 50000;
-+ const int STANDARD_HEAP_CAPACITY = 50000;
- #endif
-
- class Heap : public Vlist
-@@ -227,7 +227,7 @@
- const long MAX_NBUCKETS = 32768-1;
- #endif
-
--const LARGEST_CALENDAR_SAMPLE = 25;
-+const int LARGEST_CALENDAR_SAMPLE = 25;
-
- class Calendar : public Vlist
- {