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

chromatic at svn.parrot.org chromatic at svn.parrot.org
Sat Sep 5 02:05:11 UTC 2009


Author: chromatic
Date: Sat Sep  5 02:05:10 2009
New Revision: 40985
URL: https://trac.parrot.org/parrot/changeset/40985

Log:
[GC] Reran make headerizer after r40981.  Thanks to mikehh for finding the
coding standards violation.

Modified:
   trunk/include/parrot/gc_api.h

Modified: trunk/include/parrot/gc_api.h
==============================================================================
--- trunk/include/parrot/gc_api.h	Sat Sep  5 01:34:21 2009	(r40984)
+++ trunk/include/parrot/gc_api.h	Sat Sep  5 02:05:10 2009	(r40985)
@@ -248,10 +248,10 @@
 
 void Parrot_gc_free_fixed_size_storage(PARROT_INTERP,
     size_t size,
-    ARGMOD(void * data))
+    ARGMOD(void *data))
         __attribute__nonnull__(1)
         __attribute__nonnull__(3)
-        FUNC_MODIFIES(* data);
+        FUNC_MODIFIES(*data);
 
 void Parrot_gc_free_pmc_attributes(PARROT_INTERP,
     ARGMOD(PMC *pmc),


More information about the parrot-commits mailing list