Support for broken makes and lint.

This commit is contained in:
Steve Chamberlain 1993-05-03 22:27:41 +00:00
parent 55cb97d896
commit 5e1ac26014
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@ main (ac, av)
{
trace = 1;
}
else if (strcmp (av[i], "-m") == 0)
{
sim_size(atoi(av[i+1]));
i++;
}
else
{
name = av[i];