X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fmonitor.h;h=f8994669d23fa5c008cfdf58ea63a0b88e46f651;hb=f569125f053885898e83203324a72e11c9de0f85;hp=9d8583de4217d0515125464300321f20539355e1;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/monitor.h b/src/runtime/monitor.h index 9d8583d..f899466 100644 --- a/src/runtime/monitor.h +++ b/src/runtime/monitor.h @@ -9,9 +9,5 @@ * files for more information. */ -/* - * $Header$ - */ - -extern void ldb_monitor(void); extern void throw_to_monitor(void); +extern void monitor_or_something(void);