X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fmonitor.h;h=9a7565236131c7c2b0f4bc5ae8ddb79cfc0eb418;hb=ed1910efb36f71b5ebe33b5ffffd7195e15644de;hp=9d8583de4217d0515125464300321f20539355e1;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/monitor.h b/src/runtime/monitor.h index 9d8583d..9a75652 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 throw_to_monitor(void) never_returns; +extern void monitor_or_something(void) never_returns;