On Sat, 29 Dec 2001, Boris Tschirschwitz wrote:

> I suggest
>       opcode_t* code_start

So what does this declare:

   opcode_t* code_start, code_end;

If you said two pointers to opcode_t then you just got fooled by your
notation!  If you want to move the '*' then it has to go to the RHS since
that's where it is in the grammar.

-sam


Reply via email to