Klaas-Jan Stol wrote:
1. is the double__underscore thing still supposed to work and if so, is it deprecated?
Deprecated, but not yet entirely removed from the code.
2. are the .constant definitions still needed? i.o.w., does updating that file make sense or can i save myself that trouble.
Grepping for a few sample constants, they aren't used anywhere in the repository. So nuke them and the C defines that generated them (starting on line 666 of include/parrot/vtable.h), on the standard deprecation cycle.
Clense the evil :) Allison