Skip to content

Commit

Permalink
Merge pull request #11 from dimpase/master
Browse files Browse the repository at this point in the history
explicit GC_INIT makes a difference on OSX
  • Loading branch information
miguelmarco authored Dec 6, 2017
2 parents 3b38322 + b68b5b2 commit 33e9261
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: c

matrix:
allow_failures:
- os: osx
include:
- os: osx
compiler: clang
Expand Down
2 changes: 1 addition & 1 deletion lib/homfly.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ char *homfly_str(char *argv)
Poly *homfly(char *argv)
{
Link *link;

GC_INIT();
k_read(&link, argv); /* read link */
return c_homfly(link);
}
Expand Down

0 comments on commit 33e9261

Please sign in to comment.