[Scummvm-git-logs] scummvm master -> 188e025e45dc560947e37338da5bdb1ffeb6c411

lephilousophe noreply at scummvm.org
Mon Aug 22 19:00:45 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
188e025e45 GLK: ADRIFT: Remove setjmp/longjmp leftovers for previous cleanup


Commit: 188e025e45dc560947e37338da5bdb1ffeb6c411
    https://github.com/scummvm/scummvm/commit/188e025e45dc560947e37338da5bdb1ffeb6c411
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-08-22T21:00:32+02:00

Commit Message:
GLK: ADRIFT: Remove setjmp/longjmp leftovers for previous cleanup

Changed paths:
    engines/glk/adrift/screstrs.cpp


diff --git a/engines/glk/adrift/screstrs.cpp b/engines/glk/adrift/screstrs.cpp
index daac9f7eb71..974145cff9b 100644
--- a/engines/glk/adrift/screstrs.cpp
+++ b/engines/glk/adrift/screstrs.cpp
@@ -23,10 +23,6 @@
 #include "glk/adrift/scprotos.h"
 #include "glk/adrift/scgamest.h"
 
-#undef longjmp
-#undef setjmp
-#include <setjmp.h>
-
 namespace Glk {
 namespace Adrift {
 




More information about the Scummvm-git-logs mailing list