summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1998-09-08 15:24:11 +0000
committerBruce Momjian1998-09-08 15:24:11 +0000
commit6f84e86d699a52bbe4c51bf37a3f6a4cbd4c0a0f (patch)
treea1f6148d97f68b90350a664aa12297967a5d9578
parent994cfba1e50da5ca9cb978fcd35b82b4ad46fc3d (diff)
Fix for macro for AIX.
-rw-r--r--src/include/access/tupmacs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h
index df2b9ded3c1..832b5321b0e 100644
--- a/src/include/access/tupmacs.h
+++ b/src/include/access/tupmacs.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: tupmacs.h,v 1.6 1998/09/07 05:35:45 momjian Exp $
+ * $Id: tupmacs.h,v 1.7 1998/09/08 15:24:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -75,7 +75,7 @@
( \
((attlen) == sizeof(char)) ? \
( \
- (cur_offset) \
+ (long)(cur_offset) \
) \
: \
( \