summaryrefslogtreecommitdiff
path: root/gcc/d/dmd/common/outbuffer.d
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/common/outbuffer.d')
-rw-r--r--gcc/d/dmd/common/outbuffer.d4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/d/dmd/common/outbuffer.d b/gcc/d/dmd/common/outbuffer.d
index 0705c1880c0..7e46d294f3d 100644
--- a/gcc/d/dmd/common/outbuffer.d
+++ b/gcc/d/dmd/common/outbuffer.d
@@ -16,6 +16,8 @@ import core.stdc.stdio;
import core.stdc.string;
import core.stdc.stdlib;
+nothrow:
+
// In theory these functions should also restore errno, but we don't care because
// we abort application on error anyway.
extern (C) private pure @system @nogc nothrow
@@ -54,6 +56,8 @@ struct OutBuffer
int level;
// state }
+ nothrow:
+
/**
Construct given size.
*/