Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit68c6ddb

Browse files
committed
Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com>
1 parent7264c82 commit68c6ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/utils/builtins.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: builtins.h,v 1.34 1998/01/16 23:21:07 momjian Exp $
9+
* $Id: builtins.h,v 1.35 1998/02/02 03:11:37 scrappy Exp $
1010
*
1111
* NOTES
1212
* This should normally only be included by fmgr.h.
@@ -177,7 +177,7 @@ extern intnamestrcmp(Name name, char *str);
177177

178178
/* numutils.c */
179179
/* XXX hack. HP-UX has a ltoa (with different arguments) already. */
180-
#ifdefhpux
180+
#ifdef__hpux
181181
#defineltoa pg_ltoa
182182
#endif/* hpux */
183183
externint32pg_atoi(char*s,intsize,intc);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp