Commit 6f84e86d authored by Bruce Momjian's avatar Bruce Momjian

Fix for macro for AIX.

parent 994cfba1
...@@ -6,7 +6,7 @@ ...@@ -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 @@ ...@@ -75,7 +75,7 @@
( \ ( \
((attlen) == sizeof(char)) ? \ ((attlen) == sizeof(char)) ? \
( \ ( \
(cur_offset) \ (long)(cur_offset) \
) \ ) \
: \ : \
( \ ( \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment