Michael G Schwern:
# On Sat, Mar 16, 2002 at 02:36:45PM -0800, Hong Zhang wrote:
# >
# > Can you check what is the sizeof(INTVAL) and sizeof(void*)?
# > Some warnings should not have happened.
#
# (Note: Not a C programmer)
#
# INTVAL? I can't find where its defined.
INTVAL is in config.h. Make sure you #define PARROT_IN_CORE--or you can
just test Parrot_Int, which should be the same thing and is publicly
defined.
--Brent Dax <[EMAIL PROTECTED]>
@roles=map {"Parrot $_"} qw(embedding regexen Configure)
#define private public
--Spotted in a C++ program just before a #include