X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/7111330e603a3b9ced01040d8b6d0afe7d0daff8..ee7c028ebdd89ffc05410551c6e4812187049279:/src/compiler/dmd/dmain2.d diff --git a/src/compiler/dmd/dmain2.d b/src/compiler/dmd/dmain2.d index 29ac5ef..15c46d2 100644 --- a/src/compiler/dmd/dmain2.d +++ b/src/compiler/dmd/dmain2.d @@ -286,7 +286,7 @@ extern (C) int main(int argc, char **argv) bool trapExceptions = rt_trapExceptions; - void tryExec(void delegate() dg) + void tryExec(scope void delegate() dg) { if (trapExceptions)