From 4d3ed205fc2b86180f81fea388e488f5fa96cef9 Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 12 Aug 2013 19:37:57 +0800 Subject: basic gc --- consts.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'consts.cpp') diff --git a/consts.cpp b/consts.cpp index a04d5c7..fd835a4 100644 --- a/consts.cpp +++ b/consts.cpp @@ -19,5 +19,6 @@ const char *ERR_MSG[] = { "Queue overflowed: the expected expansion is too long!", "%s stack overflowed!", "Numeric overflow!", - "Value out of range" + "Value out of range", + "GC overflow!" }; -- cgit v1.2.3