summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 13:41:07 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 13:41:07 -0800
commit3605d8a673cad8e0684245255fe8b26f07780d82 (patch)
treed477d6c8e4f92de037304ec0ae7cf2ece6945618
parent2a80844c38fb63103e114a2ed77cd7c734271917 (diff)
unifdef __EMX__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/TMstate.c4
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 && \