Author: chromatic Date: Wed Jul 2 23:09:01 2008 New Revision: 28997 Modified: trunk/src/pmc/lexinfo.pmc Log: [PMC] Re-added hash and PMC Hash headers mistakenly deleted in r28900, so as to allow C++ builds to compile and prevent C builds from warning (NotFound, RT #56534). Modified: trunk/src/pmc/lexinfo.pmc ============================================================================== --- trunk/src/pmc/lexinfo.pmc (original) +++ trunk/src/pmc/lexinfo.pmc Wed Jul 2 23:09:01 2008 @@ -20,6 +20,9 @@ #include "parrot/parrot.h" +/* included manually to prevent breaking C++ builds -- see RT #56534*/ +#include "pmc_hash.h" + /* * LexInfo contains a constant Hash with constant string * keys and integer indices - no marking and no pmc_ext