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,
 };
 

Reply via email to