[svn:parrot] r41581 - trunk/src
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Wed Sep 30 17:13:24 UTC 2009
Author: darbelo
Date: Wed Sep 30 17:13:24 2009
New Revision: 41581
URL: https://trac.parrot.org/parrot/changeset/41581
Log:
Oops. Forgot to headerize.
Modified:
trunk/src/debug.c
Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c Wed Sep 30 17:12:21 2009 (r41580)
+++ trunk/src/debug.c Wed Sep 30 17:13:24 2009 (r41581)
@@ -80,9 +80,6 @@
static void debugger_cmdline(PARROT_INTERP)
__attribute__nonnull__(1);
-static void dump_string(PARROT_INTERP, ARGIN_NULLOK(const STRING *s))
- __attribute__nonnull__(1);
-
PARROT_WARN_UNUSED_RESULT
PARROT_CANNOT_RETURN_NULL
PARROT_OBSERVER
@@ -168,8 +165,6 @@
PARROT_ASSERT_ARG(pdb))
#define ASSERT_ARGS_debugger_cmdline __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
PARROT_ASSERT_ARG(interp))
-#define ASSERT_ARGS_dump_string __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
- PARROT_ASSERT_ARG(interp))
#define ASSERT_ARGS_GDB_P __attribute__unused__ int _ASSERT_ARGS_CHECK = (\
PARROT_ASSERT_ARG(interp) \
, PARROT_ASSERT_ARG(s))
More information about the parrot-commits
mailing list