aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--marshal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/marshal.c b/marshal.c
index 00a16b0abd..a7eb3edc8a 100644
--- a/marshal.c
+++ b/marshal.c
@@ -1184,6 +1184,8 @@ r_byte(struct load_arg *arg)
return c;
}
+NORETURN(static void long_toobig(int size));
+
static void
long_toobig(int size)
{