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
Gwenaël Samain
cython
Commits
d565ea40
Commit
d565ea40
authored
May 06, 2009
by
Dag Sverre Seljebotn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whoops
parent
15d052fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Cython/Includes/numpy.pxd
Cython/Includes/numpy.pxd
+2
-1
No files found.
Cython/Includes/numpy.pxd
View file @
d565ea40
...
...
@@ -251,6 +251,7 @@ ctypedef npy_float64 float64_t
ctypedef
npy_long
int_t
ctypedef
npy_longlong
long_t
ctypedef
npy_ulong
uint_t
ctypedef
npy_ulonglong
ulong_t
...
...
@@ -271,7 +272,7 @@ cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset
cdef
int
delta_offset
cdef
tuple
i
cdef
int
endian_detector
=
1
cdef
bint
little_endian
=
((
<
char
*>&
endian_detector
)[
0
]
=
=
0
)
cdef
bint
little_endian
=
((
<
char
*>&
endian_detector
)[
0
]
!
=
0
)
for
i
in
descr
.
fields
.
itervalues
():
child
=
i
[
0
]
...
...
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