From: keie Date: Mon, 21 Jan 1985 14:30:55 +0000 (+0000) Subject: Added a few /*NOSTRICT*/ comments to indicate awareness of lint complaints. X-Git-Tag: release-5-5~5746 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=decda89fba2a1c55c666d65a7bebf76c0c24049c;p=ack.git Added a few /*NOSTRICT*/ comments to indicate awareness of lint complaints. --- diff --git a/lang/basic/src.old/gencode.c b/lang/basic/src.old/gencode.c index 436475460..fcc1e1c8e 100644 --- a/lang/basic/src.old/gencode.c +++ b/lang/basic/src.old/gencode.c @@ -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;