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:35 +08:00
parent 2e1c7c37e7
commit 796317e0e3

View file

@ -4,6 +4,7 @@
*/
#include "bem.h"
#include "system.h"
#ifndef NORSCID
static char rcs_id[] = "$Id$" ;
@ -59,7 +60,7 @@ List *datalist=0;
datastmt()
{
List *l,*l1;
extern long sys_filesize();
/* NOSTRICT */ l= (List *) salloc(sizeof(List));
l->linenr= currline->linenr;