Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
gevent
Commits
7571e367
Commit
7571e367
authored
Apr 03, 2011
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only include ev.c if EV_STANDALONE is set at compile time, otherwise include ev.h
parent
9bb23a79
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
gevent/libev.h
gevent/libev.h
+5
-0
gevent/libev.pxd
gevent/libev.pxd
+1
-1
No files found.
gevent/libev.h
0 → 100644
View file @
7571e367
#if defined(EV_STANDALONE)
#include "ev.c"
#else
#include "ev.h"
#endif
gevent/libev.pxd
View file @
7571e367
cdef
extern
from
"
ev.c
"
:
cdef
extern
from
"
libev.h
"
:
int
EV_MINPRI
int
EV_MAXPRI
...
...
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