[svn:parrot] r49688 - trunk/src

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Tue Oct 26 23:12:49 UTC 2010


Author: nwellnhof
Date: Tue Oct 26 23:12:49 2010
New Revision: 49688
URL: https://trac.parrot.org/parrot/changeset/49688

Log:
[codingstd] Add missing ASSERT_ARGS

Modified:
   trunk/src/embed.c

Modified: trunk/src/embed.c
==============================================================================
--- trunk/src/embed.c	Tue Oct 26 22:36:16 2010	(r49687)
+++ trunk/src/embed.c	Tue Oct 26 23:12:49 2010	(r49688)
@@ -628,6 +628,7 @@
 int
 Parrot_load_bytecode_file(PARROT_INTERP, ARGIN(const char *filename))
 {
+    ASSERT_ARGS(Parrot_load_bytecode_file)
     PackFile * const pf = Parrot_pbc_read(interp, filename, 0);
 
     if (!pf)


More information about the parrot-commits mailing list