develooper Front page | perl.cvs.parrot | Postings from July 2008

[svn:parrot] r28997 - trunk/src/pmc

From:
chromatic
Date:
July 2, 2008 23:46
Subject:
[svn:parrot] r28997 - trunk/src/pmc
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



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About