[svn:parrot] r46481 - trunk/src/string

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon May 10 23:43:18 UTC 2010


Author: mikehh
Date: Mon May 10 23:43:18 2010
New Revision: 46481
URL: https://trac.parrot.org/parrot/changeset/46481

Log:
add missing ASSERT_ARGS

Modified:
   trunk/src/string/api.c

Modified: trunk/src/string/api.c
==============================================================================
--- trunk/src/string/api.c	Mon May 10 22:32:45 2010	(r46480)
+++ trunk/src/string/api.c	Mon May 10 23:43:18 2010	(r46481)
@@ -2516,6 +2516,7 @@
 static void
 throw_illegal_escape(PARROT_INTERP)
 {
+    ASSERT_ARGS(throw_illegal_escape)
     Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_UNIMPLEMENTED,
             "Illegal escape sequence");
 }


More information about the parrot-commits mailing list