X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fmonitor.h;h=9a7565236131c7c2b0f4bc5ae8ddb79cfc0eb418;hb=37d3828773e2f847bb1ed7522b0af4fb8e736fc8;hp=3eec762b65518ffe72ffb29cd30a1bb481f6e898;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/runtime/monitor.h b/src/runtime/monitor.h index 3eec762..9a75652 100644 --- a/src/runtime/monitor.h +++ b/src/runtime/monitor.h @@ -9,5 +9,5 @@ * files for more information. */ -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;