Skip to content

Commit

Permalink
Merge 0471c74 into 0c44300
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Aug 28, 2015
2 parents 0c44300 + 0471c74 commit 18db009
Show file tree
Hide file tree
Showing 50 changed files with 25,690 additions and 29,454 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -103,7 +103,7 @@ tox-stale:

recythonize:
# Recythonize all pyx files
find . -name "*.pyx" -exec cython -I libcstat/wrapper {} \;
find . -name "*.pyx" -exec cython -I libcstat/wrapper -I lib/fff_python_wrapper {} \;

.PHONY: orig-src pylint

2 changes: 2 additions & 0 deletions lib/fff/fff_base.c
Expand Up @@ -44,6 +44,8 @@ unsigned int fff_nbytes(fff_datatype type)
}




int fff_is_integer(fff_datatype type)
{
int ok = 0;
Expand Down

0 comments on commit 18db009

Please sign in to comment.