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
59e87bd2
Kaydet (Commit)
59e87bd2
authored
Şub 15, 2011
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#730467: Another small AIX fix.
üst
9a829bed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
dynload_aix.c
Python/dynload_aix.c
+1
-1
configure
configure
+2
-2
configure.in
configure.in
+1
-1
No files found.
Python/dynload_aix.c
Dosyayı görüntüle @
59e87bd2
...
...
@@ -12,7 +12,7 @@
#ifdef AIX_GENUINE_CPLUSPLUS
#include
"/usr/lpp/xlC/include/load.h"
#include
<load.h>
#define aix_load loadAndInit
#else
#define aix_load load
...
...
configure
Dosyayı görüntüle @
59e87bd2
#! /bin/sh
# From configure.in Revision: 88
350
.
# From configure.in Revision: 88
426
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for python 3.2.
#
...
...
@@ -7890,7 +7890,7 @@ $as_echo_n "checking for genuine AIX C++ extensions support... " >&6; }
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
#include
"/usr/lpp/xlC/include/load.h"
#include
<load.h>
int
main ()
{
...
...
configure.in
Dosyayı görüntüle @
59e87bd2
...
...
@@ -1912,7 +1912,7 @@ AC_CHECK_LIB(intl, textdomain,
case "$ac_sys_system" in
AIX*) AC_MSG_CHECKING(for genuine AIX C++ extensions support)
AC_LINK_IFELSE([
AC_LANG_PROGRAM([[#include
"/usr/lpp/xlC/include/load.h"
]],
AC_LANG_PROGRAM([[#include
<load.h>
]],
[[loadAndInit("", 0, "")]])
],[
AC_DEFINE(AIX_GENUINE_CPLUSPLUS, 1,
...
...
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