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

Commit90b3a0b

Browse files
committed
Improve comment.
1 parentc465dcc commit90b3a0b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10551,7 +10551,7 @@ case $host_os in bsdi*|netbsd*)
1055110551
ac_cv_func_fseeko=yes
1055210552
esac
1055310553
10554-
# Solaris has a very slow qsort in certain cases.
10554+
# Solaris has a very slow qsort in certain cases, so we replace it.
1055510555
case$host_osin
1055610556
solaris*) LIBOBJS="$LIBOBJS qsort.$ac_objext" ;;
1055710557
esac

‎configure.in

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $Header: /cvsroot/pgsql/configure.in,v 1.221 2002/12/06 04:37:02 momjian Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.222 2002/12/15 03:16:58 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -844,16 +844,16 @@ case $host_os in bsdi*|netbsd*)
844844
ac_cv_func_fseeko=yes
845845
esac
846846

847-
# Solaris has a very slow qsort in certain cases.
848-
case $host_os in
847+
# Solaris has a very slow qsort in certain cases, so we replace it.
848+
case $host_os in
849849
solaris*) AC_LIBOBJ(qsort) ;;
850850
esac
851851

852852
# On HPUX 9, rint() is not in regular libm.a but in /lib/pa1.1/libm.a;
853853
# this hackery with HPUXMATHLIB allows us to cope.
854854
HPUXMATHLIB=""
855855
case $host_cpu in
856-
hppa1.1)
856+
hppa1.1)
857857
if test -r /lib/pa1.1/libm.a ; then
858858
HPUXMATHLIB="-L /lib/pa1.1 -lm"
859859
fi ;;
@@ -888,7 +888,7 @@ AC_TRY_LINK([#include <setjmp.h>],
888888
AC_MSG_RESULT(yes)],
889889
[AC_MSG_RESULT(no)])
890890

891-
AC_CHECK_FUNC(syslog,
891+
AC_CHECK_FUNC(syslog,
892892
[AC_CHECK_HEADER(syslog.h,
893893
[AC_DEFINE(HAVE_SYSLOG, 1, [])],
894894
[])])
@@ -998,16 +998,16 @@ main() {
998998
INT64_FORMAT='"%lld"'
999999
],
10001000
[ AC_MSG_RESULT(no)
1001-
AC_MSG_CHECKING(whether snprintf handles 'long long int' as %qd)
1001+
AC_MSG_CHECKING(whether snprintf handles 'long long int' as %qd)
10021002
AC_TRY_RUN([#include <stdio.h>
10031003
typedef long long int int64;
10041004
#define INT64_FORMAT "%qd"
1005-
1005+
10061006
int64 a = 20000001;
10071007
int64 b = 40000005;
1008-
1008+
10091009
int does_int64_snprintf_work()
1010-
{
1010+
{
10111011
int64 c;
10121012
char buf[100];
10131013

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp