[svn:parrot] r37819 - in trunk: src t/codingstd
coke at svn.parrot.org
coke at svn.parrot.org
Mon Mar 30 15:13:12 UTC 2009
Author: coke
Date: Mon Mar 30 15:13:10 2009
New Revision: 37819
URL: https://trac.parrot.org/parrot/changeset/37819
Log:
[t/docs] fixup doc function signatures
Modified:
trunk/src/global_setup.c
trunk/t/codingstd/c_function_docs.t
Modified: trunk/src/global_setup.c
==============================================================================
--- trunk/src/global_setup.c Mon Mar 30 13:57:46 2009 (r37818)
+++ trunk/src/global_setup.c Mon Mar 30 15:13:10 2009 (r37819)
@@ -50,7 +50,8 @@
/*
-=item C<void Parrot_set_config_hash_internal>
+=item C<void Parrot_set_config_hash_internal(const unsigned char* parrot_config,
+unsigned int parrot_config_size)>
Called by Parrot_set_config_hash with the serialised hash which
will be used in subsequently created Interpreters.
@@ -71,7 +72,7 @@
/*
-=item C<static void parrot_set_config_hash_interpreter>
+=item C<static void parrot_set_config_hash_interpreter(PARROT_INTERP)>
Used internally to associate the config hash with an Interpreter
using the last registered config data.
@@ -107,7 +108,7 @@
/*
-=item C<void init_world_once>
+=item C<void init_world_once(PARROT_INTERP)>
Call init_world() if it hasn't been called before.
@@ -134,7 +135,7 @@
/*
-=item C<void init_world>
+=item C<void init_world(PARROT_INTERP)>
This is the actual initialization code called by C<init_world_once()>.
@@ -189,7 +190,7 @@
/*
-=item C<void parrot_global_setup_2>
+=item C<void parrot_global_setup_2(PARROT_INTERP)>
called from inmidst of PMC bootstrapping between pass 0 and 1
Modified: trunk/t/codingstd/c_function_docs.t
==============================================================================
--- trunk/t/codingstd/c_function_docs.t Mon Mar 30 13:57:46 2009 (r37818)
+++ trunk/t/codingstd/c_function_docs.t Mon Mar 30 15:13:10 2009 (r37819)
@@ -205,7 +205,6 @@
src/exit.c
src/extend.c
src/global.c
-src/global_setup.c
src/hash.c
src/inter_cb.c
src/inter_create.c
More information about the parrot-commits
mailing list