[svn:parrot] r39342 - trunk/include/parrot

NotFound at svn.parrot.org NotFound at svn.parrot.org
Tue Jun 2 20:06:12 UTC 2009


Author: NotFound
Date: Tue Jun  2 20:06:11 2009
New Revision: 39342
URL: https://trac.parrot.org/parrot/changeset/39342

Log:
[cage] drop spurious semicolon after do ... while (0) macro guard

Modified:
   trunk/include/parrot/sub.h

Modified: trunk/include/parrot/sub.h
==============================================================================
--- trunk/include/parrot/sub.h	Tue Jun  2 20:04:15 2009	(r39341)
+++ trunk/include/parrot/sub.h	Tue Jun  2 20:06:11 2009	(r39342)
@@ -178,7 +178,7 @@
         else { \
             (sub) = Parrot_get_sub_pmc_from_subclass((interp), (pmc)); \
         } \
-    } while (0);
+    } while (0)
 
 /* the first entries must match Parrot_sub, so we can cast
  * these two to the other type


More information about the parrot-commits mailing list