summaryrefslogtreecommitdiff
path: root/math/xldlas/files/patch-ac
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2002-07-02 05:25:26 +0000
committerMike Heffner <mikeh@FreeBSD.org>2002-07-02 05:25:26 +0000
commitd30fd7ac501b1ad4913a22879a678c43c9984c66 (patch)
treef20cd8d96c13a6f45ece43754372727b94f8071c /math/xldlas/files/patch-ac
parentUpdate to 2.2.1. (diff)
Prepare for xforms update.
Diffstat (limited to '')
-rw-r--r--math/xldlas/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/xldlas/files/patch-ac b/math/xldlas/files/patch-ac
new file mode 100644
index 000000000000..387153842c14
--- /dev/null
+++ b/math/xldlas/files/patch-ac
@@ -0,0 +1,13 @@
+--- xldlas.h.orig Tue Jul 2 01:22:11 2002
++++ xldlas.h Tue Jul 2 01:20:07 2002
+@@ -51,8 +51,10 @@
+ change the numbers above to suit your tastes (and recompile!).
+ */
+
++#ifndef TRUE
+ #define TRUE 1 /* Standard Logic Testing */
+ #define FALSE 0 /* " " */
++#endif
+ #define TYPE_COLS 1 /* User supplied format for imports */
+ #define TYPE_ROWS 2 /* " " */
+ #define TINY 1.0e-20 /* Need this to calculate Gamma function*/