X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbreakpoint.h;h=7862c129b3692547a70abeb7f88d006640985dcd;hb=f5133ab2ffcddbcdb330cbbceff3af8d66673ce8;hp=fabd1a528014f84e08c4b35fe294d80487c8b0a4;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/breakpoint.h b/src/runtime/breakpoint.h index fabd1a5..7862c12 100644 --- a/src/runtime/breakpoint.h +++ b/src/runtime/breakpoint.h @@ -9,10 +9,6 @@ * files for more information. */ -/* - * $Header$ - */ - #ifndef _BREAKPOINT_H_ #define _BREAKPOINT_H_ @@ -21,10 +17,10 @@ extern void breakpoint_remove(lispobj code_obj, int pc_offset, unsigned long orig_inst); extern void breakpoint_do_displaced_inst(os_context_t *context, - unsigned long orig_inst); + unsigned long orig_inst); extern void handle_breakpoint(int signal, siginfo_t *info, os_context_t *context); -extern void *handle_function_end_breakpoint(int signal, siginfo_t *info, - os_context_t *context); +extern void *handle_fun_end_breakpoint(int signal, siginfo_t *info, + os_context_t *context); #endif