summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorBruce Momjian1997-02-08 20:39:50 +0000
committerBruce Momjian1997-02-08 20:39:50 +0000
commite2292e0c0cdd10c3b81995e1b1aee4d16e109c48 (patch)
tree9a680a155edb9a9b8d52008cc0e19ee40543ba9b /src/include/c.h
parentf3ceb0a14499d5a60931ee4b953bc55bf0d1727c (diff)
Add missing paren for hpux.
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h
index bcf7ad3ba26..dff16ce1e09 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -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)