Rune - Fix compile errors/warnings
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 11 Apr 2016 08:23:46 +0000 (17:23 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 11 Apr 2016 11:45:07 +0000 (20:45 +0900)
commita88c6b124e27cf5fea2a4ae4fe9c766a5f5bb0f0
treefa06c172129711ea34c0f79e58bbb7d4f39962e7
parenta1011a4209b506e95887288284773532e9029cf2
Rune - Fix compile errors/warnings

on FreeBSD/clang.

Other compile time errors that I didn't go far as to change are
1. cpu_ccfence() which is DragonFly specific function for inline asm
2. *(int*)0 = 1;
3. (StrTable *)(__DECONST(char *, str) - xxx);
librune/parse1.c
librune/resolve.c
librune/strtable.c
libruntime/export.h