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

[svn:parrot] r27375 - trunk/languages/lua/src/pmc

From:
paultcochrane
Date:
May 7, 2008 01:53
Subject:
[svn:parrot] r27375 - trunk/languages/lua/src/pmc
Author: paultcochrane
Date: Wed May  7 01:53:04 2008
New Revision: 27375

Modified:
   trunk/languages/lua/src/pmc/luabytecode.pmc

Log:
[lua] Keep c_parens coding standard test happy


Modified: trunk/languages/lua/src/pmc/luabytecode.pmc
==============================================================================
--- trunk/languages/lua/src/pmc/luabytecode.pmc	(original)
+++ trunk/languages/lua/src/pmc/luabytecode.pmc	Wed May  7 01:53:04 2008
@@ -51,10 +51,10 @@
     LUAC_VERSION,
     LUAC_FORMAT,
     PARROT_LITTLEENDIAN,
-    sizeof(int),
-    sizeof(size_t),
-    sizeof(Instruction),
-    sizeof(lua_Number),
+    sizeof (int),
+    sizeof (size_t),
+    sizeof (Instruction),
+    sizeof (lua_Number),
     0,
 };
 



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