We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7264c82 commit 68c6ddbCopy full SHA for 68c6ddb
src/include/utils/builtins.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: builtins.h,v 1.34 1998/01/16 23:21:07 momjian Exp $
+ * $Id: builtins.h,v 1.35 1998/02/02 03:11:37 scrappy Exp $
10
11
* NOTES
12
* This should normally only be included by fmgr.h.
@@ -177,7 +177,7 @@ extern int namestrcmp(Name name, char *str);
177
178
/* numutils.c */
179
/* XXX hack. HP-UX has a ltoa (with different arguments) already. */
180
-#ifdef hpux
+#ifdef __hpux
181
#define ltoa pg_ltoa
182
#endif /* hpux */
183
extern int32 pg_atoi(char *s, int size, int c);
0 commit comments