Author: julianalbo
Date: Thu Aug 14 06:10:44 2008
New Revision: 30225
Modified:
trunk/include/parrot/exceptions.h
trunk/include/parrot/sub.h
Log:
update headerizing of sub.h and exceptions.h
Modified: trunk/include/parrot/exceptions.h
==============================================================================
--- trunk/include/parrot/exceptions.h (original)
+++ trunk/include/parrot/exceptions.h Thu Aug 14 06:10:44 2008
@@ -201,7 +201,6 @@
void Parrot_print_backtrace(void);
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will
be lost. */
-/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will
be lost. */
/* HEADERIZER END: src/exceptions.c */
#define PANIC(interp, message) do_panic((interp), (message), __FILE__,
__LINE__)
Modified: trunk/include/parrot/sub.h
==============================================================================
--- trunk/include/parrot/sub.h (original)
+++ trunk/include/parrot/sub.h Thu Aug 14 06:10:44 2008
@@ -319,13 +319,6 @@
__attribute__nonnull__(2)
__attribute__nonnull__(3);
-void Parrot_continuation_runloop_check(PARROT_INTERP,
- ARGIN(PMC *pmc),
- ARGIN(Parrot_cont *cc))
- __attribute__nonnull__(1)
- __attribute__nonnull__(2)
- __attribute__nonnull__(3);
-
PARROT_CAN_RETURN_NULL
PARROT_WARN_UNUSED_RESULT
PMC* Parrot_find_pad(PARROT_INTERP,