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

cotto at svn.parrot.org cotto at svn.parrot.org
Wed Feb 11 01:31:04 UTC 2009


Author: cotto
Date: Wed Feb 11 01:31:03 2009
New Revision: 36568
URL: https://trac.parrot.org/parrot/changeset/36568

Log:
[gc] apparently, capitalization matters in function names

Modified:
   trunk/include/parrot/thread.h

Modified: trunk/include/parrot/thread.h
==============================================================================
--- trunk/include/parrot/thread.h	Wed Feb 11 01:22:31 2009	(r36567)
+++ trunk/include/parrot/thread.h	Wed Feb 11 01:31:03 2009	(r36568)
@@ -162,11 +162,11 @@
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 
 PARROT_EXPORT
-void Parrot_shared_GC_block(PARROT_INTERP)
+void Parrot_shared_gc_block(PARROT_INTERP)
         __attribute__nonnull__(1);
 
 PARROT_EXPORT
-void Parrot_shared_GC_unblock(PARROT_INTERP)
+void Parrot_shared_gc_unblock(PARROT_INTERP)
         __attribute__nonnull__(1);
 
 void pt_add_to_interpreters(PARROT_INTERP,


More information about the parrot-commits mailing list