Showing with 2 additions and 1 deletion.
  1. +2 −1 src/rt/critical_.d
3 changes: 2 additions & 1 deletion src/rt/critical_.d
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
*/
module rt.critical_;

nothrow:

private
{
debug(PRINTF) import core.stdc.stdio;
Expand Down Expand Up @@ -212,4 +214,3 @@ version( USE_PTHREADS )
}
}
}