Merge pull request #506 from cxd4/kkkkkkkkkkkk

Convince JunielKatarn to stop making crappy reports.
This commit is contained in:
zilmar 2015-06-19 16:01:02 +10:00
commit debcb502a0
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ static int right_height, left_height;
static int right_x, right_dxdy, left_x, left_dxdy;
static int left_z, left_dzdy;
extern "C" int imul16(int x, int y);
extern "C" int imul14(int x, int y);
extern int imul16(int x, int y);
extern int imul14(int x, int y);
extern int idiv16(int x, int y);
__inline int iceil(int x)