mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Add missing paren for hpux.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: c.h,v 1.6 1996/12/26 17:53:24 momjian Exp $
|
||||
* $Id: c.h,v 1.7 1997/02/08 20:39:50 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -734,7 +734,7 @@ extern char *form(char *fmt, ...);
|
||||
*/
|
||||
|
||||
#if defined(hpux)
|
||||
#include "port/hpux/fixade.h" /* for 8.07 unaligned access fixup */
|
||||
#include "port/hpux/fixade.h" /* for unaligned access fixup */
|
||||
#endif /* hpux */
|
||||
|
||||
#if defined(sunos4)
|
||||
|
Reference in New Issue
Block a user