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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
871da512
Commit
871da512
authored
Jan 18, 2013
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Plain Diff
merge 0.18 branch back into master
parents
0964e2b1
f2889b8c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Cython/Includes/libc/locale.pxd
Cython/Includes/libc/locale.pxd
+1
-1
Cython/Includes/libc/stdio.pxd
Cython/Includes/libc/stdio.pxd
+1
-1
Cython/Includes/libc/stdlib.pxd
Cython/Includes/libc/stdlib.pxd
+1
-1
No files found.
Cython/Includes/libc/locale.pxd
View file @
871da512
# 7.11 Localization <locale.h>
# deprecated cimport for backwards compatibility:
from
.string
cimport
const_char
from
libc
.string
cimport
const_char
cdef
extern
from
"locale.h"
nogil
:
...
...
Cython/Includes/libc/stdio.pxd
View file @
871da512
...
...
@@ -2,7 +2,7 @@
# deprecated cimports for backwards compatibility:
from
.string
cimport
const_char
,
const_void
from
libc
.string
cimport
const_char
,
const_void
cdef
extern
from
"stdio.h"
nogil
:
...
...
Cython/Includes/libc/stdlib.pxd
View file @
871da512
# 7.20 General utilities <stdlib.h>
# deprecated cimports for backwards compatibility:
from
.string
cimport
const_char
,
const_void
from
libc
.string
cimport
const_char
,
const_void
cdef
extern
from
"stdlib.h"
nogil
:
...
...
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