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

Paul at osuosl.org Paul at osuosl.org
Mon Sep 13 12:01:21 UTC 2010


Author: Paul C. Anagnostopoulos
Date: Mon Sep 13 12:01:21 2010
New Revision: 48975
URL: https://trac.parrot.org/parrot/changeset/48975

Log:
Add empty headerizer lines

Modified:
   trunk/src/pmc/boolean.pmc

Modified: trunk/src/pmc/boolean.pmc
==============================================================================
--- trunk/src/pmc/boolean.pmc	Mon Sep 13 11:55:31 2010	(r48974)
+++ trunk/src/pmc/boolean.pmc	Mon Sep 13 12:01:21 2010	(r48975)
@@ -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