From a401ccc61e5f70350152bccc05e45c68520d845d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 22 Sep 2019 21:30:05 -0700 Subject: GLK: Remove some outstanding longjmp artifacts from sub-engines --- engines/glk/tads/tads2/error.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'engines/glk/tads/tads2/error.cpp') diff --git a/engines/glk/tads/tads2/error.cpp b/engines/glk/tads/tads2/error.cpp index ad83d06f21..5ce0e10b09 100644 --- a/engines/glk/tads/tads2/error.cpp +++ b/engines/glk/tads/tads2/error.cpp @@ -162,12 +162,7 @@ int errfmt(char *outbuf, int outbufl, const char *fmt, int argc, const erradef * } #ifdef DEBUG -void errjmp(buf, e) -jmp_buf buf; -int e; -{ - longjmp(buf, e); -} +#error lonjump isn't supported in ScummVM #endif /* DEBUG */ -- cgit v1.2.3