Better ANSI C compatibility and portability - part 1:

* Adapt to new sys_filesize prototype.
This commit is contained in:
carl 2019-02-19 00:30:47 +08:00
parent 796317e0e3
commit fdf5da62d7

View file

@ -17,6 +17,7 @@
#include <em_arith.h>
#include <em_label.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "LLlex.h"
@ -32,7 +33,7 @@
#include "type.h"
#ifdef DEBUG
long sys_filesize();
size_t sys_filesize();
#endif
t_idf* DefId;