[svn:parrot] r49348 - branches/generational_gc/include/parrot

bacek at svn.parrot.org bacek at svn.parrot.org
Mon Sep 27 08:52:54 UTC 2010


Author: bacek
Date: Mon Sep 27 08:52:53 2010
New Revision: 49348
URL: https://trac.parrot.org/parrot/changeset/49348

Log:
Remove wrong semicolon from LIST_APPEND macro

Modified:
   branches/generational_gc/include/parrot/list.h

Modified: branches/generational_gc/include/parrot/list.h
==============================================================================
--- branches/generational_gc/include/parrot/list.h	Mon Sep 27 00:27:47 2010	(r49347)
+++ branches/generational_gc/include/parrot/list.h	Mon Sep 27 08:52:53 2010	(r49348)
@@ -66,7 +66,7 @@
                                             \
     SET_LIST_OWNER(_list, _item)            \
     _list->count++;                         \
-} while (0);
+} while (0)
 
 #define LIST_REMOVE(l, i)                   \
 do {                                        \


More information about the parrot-commits mailing list