[svn:parrot] r37876 - trunk/src

coke at svn.parrot.org coke at svn.parrot.org
Thu Apr 2 20:18:19 UTC 2009


Author: coke
Date: Thu Apr  2 20:18:19 2009
New Revision: 37876
URL: https://trac.parrot.org/parrot/changeset/37876

Log:
[t/docs] more placeholder for real docs.

Modified:
   trunk/src/exceptions.c

Modified: trunk/src/exceptions.c
==============================================================================
--- trunk/src/exceptions.c	Thu Apr  2 20:17:40 2009	(r37875)
+++ trunk/src/exceptions.c	Thu Apr  2 20:18:19 2009	(r37876)
@@ -237,6 +237,15 @@
     return address;
 }
 
+/*
+
+=item C<static opcode_t * pass_exception_args(PARROT_INTERP, const char *sig,
+opcode_t *dest, Parrot_Context * old_ctx, ...)>
+
+=cut
+
+*/
+
 PARROT_CAN_RETURN_NULL
 static opcode_t *
 pass_exception_args(PARROT_INTERP, ARGIN(const char *sig),
@@ -253,6 +262,15 @@
     return next;
 }
 
+/*
+
+=item C<static PMC * build_exception_from_args(PARROT_INTERP, int ex_type, const
+char *format, va_list arglist)>
+
+=cut
+
+*/
+
 PARROT_CANNOT_RETURN_NULL
 static PMC *
 build_exception_from_args(PARROT_INTERP, int ex_type,


More information about the parrot-commits mailing list