Is it 'incorrect' to build Parrot with ints that are bigger than opcodes?
My 'some 64-bitness' build is generating warnings and failing tests
because of the pointer mismatch (long * vs long long *) between INTVAL and
opcode_t.

Also, just out of curiosity, why is it INTVAL and opcode_t, rather than
intval_t+opcode_t or INTVAL+OPCODE?

- D

<[EMAIL PROTECTED]>

Reply via email to