diff options
author | Bruce Momjian | 1998-09-08 15:24:11 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-09-08 15:24:11 +0000 |
commit | 6f84e86d699a52bbe4c51bf37a3f6a4cbd4c0a0f (patch) | |
tree | a1f6148d97f68b90350a664aa12297967a5d9578 | |
parent | 994cfba1e50da5ca9cb978fcd35b82b4ad46fc3d (diff) |
Fix for macro for AIX.
-rw-r--r-- | src/include/access/tupmacs.h | 4 |
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) \ ) \ : \ ( \ |