Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
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
Boxiang Sun
Pyston
Commits
ca2ff3c3
Commit
ca2ff3c3
authored
Jun 13, 2016
by
Marius Wachtler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redefinition error in pyport.h
parent
af389a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
from_cpython/Include/pyport.h
from_cpython/Include/pyport.h
+1
-8
No files found.
from_cpython/Include/pyport.h
View file @
ca2ff3c3
...
@@ -22,14 +22,7 @@
...
@@ -22,14 +22,7 @@
#define PYSTON_CONST
#define PYSTON_CONST
#endif
#endif
#define Py_PROTO(x) x
// Pyston change: the rest of these have just been copied from CPython's pyport.h:
// Pyston change: these are just hard-coded for now:
typedef
ssize_t
Py_ssize_t
;
#define Py_FORMAT_PARSETUPLE(func,p1,p2)
#define Py_GCC_ATTRIBUTE(x) __attribute__(x)
// Pyston change: the rest of these have just been copied from CPython's pyport.h, in an arbitrary order:
/**************************************************************************
/**************************************************************************
...
...
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