[svn:parrot] r48087 - in trunk/src: . runcore
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Wed Jul 14 21:54:58 UTC 2010
Author: NotFound
Date: Wed Jul 14 21:54:57 2010
New Revision: 48087
URL: https://trac.parrot.org/parrot/changeset/48087
Log:
fixes from khairul++
Modified:
trunk/src/key.c
trunk/src/runcore/main.c
trunk/src/vtable.tbl
Modified: trunk/src/key.c
==============================================================================
--- trunk/src/key.c Tue Jul 13 23:56:37 2010 (r48086)
+++ trunk/src/key.c Wed Jul 14 21:54:57 2010 (r48087)
@@ -379,6 +379,7 @@
*/
+PARROT_EXPORT
PARROT_WARN_UNUSED_RESULT
PARROT_CAN_RETURN_NULL
STRING *
Modified: trunk/src/runcore/main.c
==============================================================================
--- trunk/src/runcore/main.c Tue Jul 13 23:56:37 2010 (r48086)
+++ trunk/src/runcore/main.c Wed Jul 14 21:54:57 2010 (r48087)
@@ -261,6 +261,7 @@
*/
+PARROT_EXPORT
void
Parrot_setup_event_func_ptrs(PARROT_INTERP)
{
Modified: trunk/src/vtable.tbl
==============================================================================
--- trunk/src/vtable.tbl Tue Jul 13 23:56:37 2010 (r48086)
+++ trunk/src/vtable.tbl Wed Jul 14 21:54:57 2010 (r48087)
@@ -274,9 +274,9 @@
PMC* inspect_str(STRING* what)
void freeze(PMC* info)
-void thaw (PMC* info) :write
-void thawfinish (PMC* info) :write
-void visit (PMC* info)
+void thaw(PMC* info) :write
+void thawfinish(PMC* info) :write
+void visit(PMC* info)
void share()
More information about the parrot-commits
mailing list