Author: petdance
Date: Fri Dec 26 21:32:14 2008
New Revision: 34404

Modified:
   trunk/src/debug.c

Log:
SHIMmed an argument

Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c   (original)
+++ trunk/src/debug.c   Fri Dec 26 21:32:14 2008
@@ -2748,7 +2748,7 @@
 */
 
 void
-PDB_free_file(PARROT_INTERP, ARGIN_NULLOK(PDB_file_t *file))
+PDB_free_file(SHIM_INTERP, ARGIN_NULLOK(PDB_file_t *file))
 {
     while (file) {
         /* Free all of the allocated line structures */

Reply via email to