From 3605d8a673cad8e0684245255fe8b26f07780d82 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 11 Feb 2024 13:41:07 -0800 Subject: unifdef __EMX__ Signed-off-by: Alan Coopersmith --- src/TMstate.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/TMstate.c b/src/TMstate.c index 8dbf054..65c8cfb 100644 --- a/src/TMstate.c +++ b/src/TMstate.c @@ -83,11 +83,7 @@ static StatePtr NewState(TMParseStateTree, TMShortCard, TMShortCard); static String XtNtranslationError = "translationError"; -#ifndef __EMX__ TMGlobalRec _XtGlobalTM; /* initialized to zero K&R */ -#else -TMGlobalRec _XtGlobalTM = { 0 }; -#endif #define MatchIncomingEvent(tmEvent, typeMatch, modMatch) \ (typeMatch->eventType == tmEvent->event.eventType && \ -- cgit v1.2.3