• Kai Vehmanen's avatar
    Fixed a compilation error on gcc, where a enum-casted-as-int was given to the... · 71e49869
    Kai Vehmanen authored
    Fixed a compilation error on gcc, where a enum-casted-as-int was given to the unary operator. Passing enums directly to INTTAG_REF() macros is not an option either as MSVC2005 chokes on them, so we'll use a temporary pointer for casting to make both compilers happy.
    
    darcs-hash:20060828140734-7659e-111096a8aac7be4ff8c78b7002b7c84379cd4197.gz
    71e49869