spitbol / x64

SPITBOL x64 provides raw power and speed for non-numeric computation on the x86_64 architecture
GNU General Public License v3.0
256 stars 23 forks source link

fixes for "clang" compilation #2

Closed Patterner closed 7 years ago

Patterner commented 8 years ago

0b52bb0 commit: some functions were declared with out (default) int, so clang complained. Also some include files were missing, so more complaints.

7212ff0: some Makefile goals had a hard coded "gcc" call instead of $(CC). Sanity tests still successful. Unix parts only.

4ffc11e: fixes which are a bit iffy. The comm

daveshields commented 7 years ago

I'm busy coding on other matters right now, but hope to get back to spitbol soon.

I'll look into clang issues then.