projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7264c82
)
Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com>
author
Marc G. Fournier
<scrappy@hub.org>
Mon, 2 Feb 1998 03:11:37 +0000
(
03:11
+0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Mon, 2 Feb 1998 03:11:37 +0000
(
03:11
+0000)
src/include/utils/builtins.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/builtins.h
b/src/include/utils/builtins.h
index b10769ee7d5fd8830024e1793b160655a5748275..c37d95fa87ea3aa208b830f69ae7123ddfcd5264 100644
(file)
--- a/
src/include/utils/builtins.h
+++ b/
src/include/utils/builtins.h
@@
-6,7
+6,7
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: builtins.h,v 1.3
4 1998/01/16 23:21:07 momjian
Exp $
+ * $Id: builtins.h,v 1.3
5 1998/02/02 03:11:37 scrappy
Exp $
*
* NOTES
* This should normally only be included by fmgr.h.
@@
-177,7
+177,7
@@
extern int namestrcmp(Name name, char *str);
/* numutils.c */
/* XXX hack. HP-UX has a ltoa (with different arguments) already. */
-#ifdef hpux
+#ifdef
__
hpux
#define ltoa pg_ltoa
#endif /* hpux */
extern int32 pg_atoi(char *s, int size, int c);