Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

a note for extenders and embedders

0 views
Skip to first unread message

Leopold Toetsch

unread,
Oct 22, 2004, 4:42:05 AM10/22/04
to Perl 6 Internals
The direct register access a la:

interpreter->int_reg.registers[x]

and such will break soon. If you have such syntax in your code, please
replace it with:

REG_INT(x)
REG_STR(x)
...

These macros are defined in interpreter.h and will be adjusted as needed.

Thanks,
leo

0 new messages