Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c0e98400
Commit
c0e98400
authored
May 04, 2007
by
Kristján Valur Jónsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert compiler comment to AMD64 for x64/AMD64 builds.
parent
f030394d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PC/pyconfig.h
PC/pyconfig.h
+1
-1
No files found.
PC/pyconfig.h
View file @
c0e98400
...
@@ -141,7 +141,7 @@ MS_CORE_DLL.
...
@@ -141,7 +141,7 @@ MS_CORE_DLL.
#define COMPILER _Py_PASTE_VERSION("64 bit (Itanium)")
#define COMPILER _Py_PASTE_VERSION("64 bit (Itanium)")
#define MS_WINI64
#define MS_WINI64
#elif defined(_M_X64)
#elif defined(_M_X64)
#define COMPILER _Py_PASTE_VERSION("64 bit (
x
64)")
#define COMPILER _Py_PASTE_VERSION("64 bit (
AMD
64)")
#define MS_WINX64
#define MS_WINX64
#else
#else
#define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")
#define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")
...
...
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