blob: 387153842c149adcd40275b19c15a4953e54ae6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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*/
|