0.7.6.1:
[sbcl.git] / src / runtime / breakpoint.h
index fabd1a5..7862c12 100644 (file)
@@ -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