diff options
-rw-r--r-- | src/TMstate.c | 4 |
1 files changed, 0 insertions, 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 && \ |