X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbreakpoint.h;h=305fa38951a193e7647d60695dec396fdc56c6d3;hb=77360ee4a1f94c41b807be7ad0e8687199fceef1;hp=fabd1a528014f84e08c4b35fe294d80487c8b0a4;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/breakpoint.h b/src/runtime/breakpoint.h index fabd1a5..305fa38 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,7 +17,7 @@ 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,