Fix for macro for AIX.

This commit is contained in:
Bruce Momjian 1998-09-08 15:24:11 +00:00
parent 994cfba1e5
commit 6f84e86d69

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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)) ? \ ((attlen) == sizeof(char)) ? \
( \ ( \
(cur_offset) \ (long)(cur_offset) \
) \ ) \
: \ : \
( \ ( \