JuliaMath / openspecfun

A collection of special mathematical functions
Other
35 stars 20 forks source link

Fix portability issues #35

Closed ghost closed 8 years ago

ghost commented 8 years ago

sys/cdefs.h is an internal glibc header and should never be used uint* is system dependent, the C99 standard is uint_*

fixes #34

ghost commented 8 years ago

All checks have failed

What's this about?

yuyichao commented 8 years ago

Looks like someone enabled travis without adding a config file?

ghost commented 8 years ago

Can you merge the commit? Doesn't look like there's anything wrong.

yuyichao commented 8 years ago

LGTM. Could use a squash.

ghost commented 8 years ago

squashed!

yuyichao commented 8 years ago

LGTM, will merge tomorrow if no one else has any comment.

yuyichao commented 8 years ago

Hmm? the unsquashed commits are added back?

ghost commented 8 years ago

Fixed again, sorry. Looks good? I won't touch this anymore :)

yuyichao commented 8 years ago

Yes. Looks good again now.