Author: julianalbo
Date: Thu Aug  7 03:59:36 2008
New Revision: 30085

Modified:
   trunk/include/parrot/debug.h

Log:
quick fix for a headerizer problem in include/parrot/debug.h

Modified: trunk/include/parrot/debug.h
==============================================================================
--- trunk/include/parrot/debug.h        (original)
+++ trunk/include/parrot/debug.h        Thu Aug  7 03:59:36 2008
@@ -188,6 +188,11 @@
         __attribute__nonnull__(2);
 
 PARROT_API
+void Parrot_debugger_break(PARROT_INTERP, ARGIN(opcode_t * cur_opcode))
+        __attribute__nonnull__(1)
+        __attribute__nonnull__(2);
+
+PARROT_API
 void PDB_load_source(PARROT_INTERP, ARGIN(const char *command))
         __attribute__nonnull__(1)
         __attribute__nonnull__(2);

Reply via email to