> in the section after the /* storage */ comment in c00.c 
> 
>       regtab 0;
>       efftab 1;
> [etc.]
> 
> should this be read as
> 
>       int regtab = 0;
>       int efftab = 1;

Yes.

Reply via email to