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;

?

- erik

Brantley Coile <[EMAIL PROTECTED]> writes

| 
| --upas-sxzcqiogirovolmsuexgarfigy
| 
| http://plan9.bell-labs.com/cm/cs/who/dmr/primevalC.html
| 
| See the above for the evolution of the code.
| 
| --upas-sxzcqiogirovolmsuexgarfigy
| To: Fans of the OS Plan 9 from Bell Labs <[email protected]>,
|       [email protected],
|       Richard Miller <[EMAIL PROTECTED]>
| References: <[EMAIL PROTECTED]>
| In-Reply-To: <[EMAIL PROTECTED]>
| Subject: Re: [9fans] A Plan 9 C request....
| 
| > :  never got a chance to use Dennis' compiler in the heat of battle, but
| > :  it's code is a wonder to behold.  It's evolution from NB to C is the
| > :  best example I've seen of entropy in reverse.
| > 
| > Could we see the code?
| 
| 
http://www.tuhs.org/Archive/PDP-11/Distributions/research/Dennis_v6/v6src.tar.gz
| 
| Look in directory 'c'.

Reply via email to