/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ #include "bem.h" #ifndef NORSCID static char rcs_id[] = "$Id$" ; #endif int listing; /* -l listing required */ int debug; /* -d compiler debugging */ int wflag=0; /* -w no warnings */ int traceflag=0; /* generate line tracing code */ int nolins=0; /* generate no LIN statements */ parseparams(argc,argv) int argc; char **argv; { int files=0 ; int i; register char *p; if(argc< 4) { fprint(STDERR,"usage %s \n", argv[0]); sys_stop(S_EXIT); } for(i=1;i