Added a few /*NOSTRICT*/ comments to indicate awareness of lint complaints.
This commit is contained in:
parent
ff46181ae0
commit
decda89fba
|
@ -67,9 +67,9 @@ List *datalist=0;
|
|||
datastmt()
|
||||
{
|
||||
List *l,*l1;
|
||||
l= (List *) salloc(sizeof(List));
|
||||
/*NOSTRICT*/ l= (List *) salloc(sizeof(List));
|
||||
l->linenr= currline->linenr;
|
||||
l->emlabel= (long) ftell(datfile);
|
||||
/*NOSTRICT?*/ l->emlabel= (long) ftell(datfile);
|
||||
if( datalist==0)
|
||||
{
|
||||
datalist=l;
|
||||
|
|
Loading…
Reference in a new issue