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