Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
5dc64bb5
Commit
5dc64bb5
authored
Feb 09, 2011
by
Lisandro Dalcin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windows: fix testcase failing to link
parent
3bf09ae8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
tests/compile/cnamespec.h
tests/compile/cnamespec.h
+1
-0
tests/compile/cnamespec.pyx
tests/compile/cnamespec.pyx
+2
-1
No files found.
tests/compile/cnamespec.h
0 → 100644
View file @
5dc64bb5
int
c_a
,
c_b
;
tests/compile/cnamespec.pyx
View file @
5dc64bb5
cdef
extern
int
a
"c_a"
,
b
"c_b"
cdef
extern
from
"cnamespec.h"
:
int
a
"c_a"
,
b
"c_b"
cdef
struct
foo
"c_foo"
:
int
i
"c_i"
...
...
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