[svn:parrot] r49095 - branches/gc_massacre/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Sep 17 23:44:22 UTC 2010


Author: bacek
Date: Fri Sep 17 23:44:22 2010
New Revision: 49095
URL: https://trac.parrot.org/parrot/changeset/49095

Log:
Add empty headerizer lines

Modified:
   branches/gc_massacre/src/pmc/boolean.pmc

Modified: branches/gc_massacre/src/pmc/boolean.pmc
==============================================================================
--- branches/gc_massacre/src/pmc/boolean.pmc	Fri Sep 17 23:44:06 2010	(r49094)
+++ branches/gc_massacre/src/pmc/boolean.pmc	Fri Sep 17 23:44:22 2010	(r49095)
@@ -24,6 +24,10 @@
 
 */
 
+/* HEADERIZER HFILE: none */
+/* HEADERIZER BEGIN: static */
+/* HEADERIZER END: static */
+
 /* This new Boolean PMC stores its boolean value in a private PObj flag. */
 
 #define boolean_FLAG PObj_private0_FLAG


More information about the parrot-commits mailing list