diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 13:41:07 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 13:41:07 -0800 |
commit | 3605d8a673cad8e0684245255fe8b26f07780d82 (patch) | |
tree | d477d6c8e4f92de037304ec0ae7cf2ece6945618 /src | |
parent | 2a80844c38fb63103e114a2ed77cd7c734271917 (diff) |
unifdef __EMX__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-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 && \ |