Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
66556b0f
Kaydet (Commit)
66556b0f
authored
May 25, 2010
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
correct default docs
üst
e7505b4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
configure
configure
+6
-6
configure.in
configure.in
+1
-1
No files found.
configure
Dosyayı görüntüle @
66556b0f
#! /bin/sh
# From configure.in Revision: 810
04
.
# From configure.in Revision: 810
77
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 2.7.
#
...
...
@@ -1388,7 +1388,7 @@ Optional Features:
--enable-big-digits[=BITS]
use big digits for Python longs [[BITS=30]]
--enable-unicode[=ucs[24]]
Enable Unicode strings (default is
yes
)
Enable Unicode strings (default is
ucs2
)
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
...
...
@@ -1934,11 +1934,11 @@ else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
$ac_includes_default
enum { N =
$2
/ 2 - 1 };
int
main ()
{
static int test_array [1 - 2 * !(0 < (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1))];
static int test_array [1 - 2 * !(enum { N =
$2
/ 2 - 1 };
0 < (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1))];
test_array [0] = 0
;
...
...
@@ -1949,11 +1949,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
$ac_includes_default
enum { N =
$2
/ 2 - 1 };
int
main ()
{
static int test_array [1 - 2 * !((
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1)
static int test_array [1 - 2 * !(enum { N =
$2
/ 2 - 1 };
(
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1)
< (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 2))];
test_array [0] = 0
...
...
configure.in
Dosyayı görüntüle @
66556b0f
...
...
@@ -3714,7 +3714,7 @@ fi
AC_MSG_CHECKING(what type to use for unicode)
dnl quadrigraphs "@<:@" and "@:>@" produce "[" and "]" in the output
AC_ARG_ENABLE(unicode,
AS_HELP_STRING([--enable-unicode@<:@=ucs@<:@24@:>@@:>@], [Enable Unicode strings (default is
yes
)]),
AS_HELP_STRING([--enable-unicode@<:@=ucs@<:@24@:>@@:>@], [Enable Unicode strings (default is
ucs2
)]),
[],
[enable_unicode=yes])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment