Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(286)

Delta Between Two Patch Sets: pyconfig.h.in

Issue 14105: [issue4258] Use 30-bit digits instead of 15-bit digits for Python integers. (Closed) Base URL: http://svn.python.org/view/*checkout*/python/branches/py3k/
Left Patch Set: Add x_divrem fixes and optimizations Created 15 years, 1 month ago
Right Patch Set: Remove optimizations; enable big digits by default only on 64-bit Created 15 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « configure.in ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* pyconfig.h.in. Generated from configure.in by autoheader. */ 1 /* pyconfig.h.in. Generated from configure.in by autoheader. */
2 2
3 3
4 #ifndef Py_PYCONFIG_H 4 #ifndef Py_PYCONFIG_H
5 #define Py_PYCONFIG_H 5 #define Py_PYCONFIG_H
6 6
7 7
8 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want 8 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
9 support for AIX C++ shared extension modules. */ 9 support for AIX C++ shared extension modules. */
10 #undef AIX_GENUINE_CPLUSPLUS 10 #undef AIX_GENUINE_CPLUSPLUS
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 #undef volatile 1116 #undef volatile
1117 1117
1118 1118
1119 /* Define the macros needed if on a UnixWare 7.x system. */ 1119 /* Define the macros needed if on a UnixWare 7.x system. */
1120 #if defined(__USLC__) && defined(__SCO_VERSION__) 1120 #if defined(__USLC__) && defined(__SCO_VERSION__)
1121 #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */ 1121 #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
1122 #endif 1122 #endif
1123 1123
1124 #endif /*Py_PYCONFIG_H*/ 1124 #endif /*Py_PYCONFIG_H*/
1125 1125
LEFTRIGHT
« configure.in ('k') | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b