Skip to content
Snippets Groups Projects
Commit 6cc9f2df authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix token

parent 61563729
No related branches found
No related tags found
No related merge requests found
...@@ -332,7 +332,7 @@ static bob::io::hdf5type PyBobIo_H5FromTypenum (int type_num) { ...@@ -332,7 +332,7 @@ static bob::io::hdf5type PyBobIo_H5FromTypenum (int type_num) {
#ifdef NPY_COMPLEX256 #ifdef NPY_COMPLEX256
case NPY_COMPLEX256: return bob::io::c256; case NPY_COMPLEX256: return bob::io::c256;
#endif #endif
#if define(__LP64__) || defined(__APPLE__) #if defined(__LP64__) || defined(__APPLE__)
case NPY_LONGLONG: case NPY_LONGLONG:
switch (NPY_BITSOF_LONGLONG) { switch (NPY_BITSOF_LONGLONG) {
case 8: return bob::io::i8; case 8: return bob::io::i8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment