diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 10:51:53 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-24 10:55:43 -0800 |
commit | 7a9fa61950200eb13600cdb57830e58a53bf78fa (patch) | |
tree | 2bba1bd11b0bb286dfd308775521d633058221d4 /commands.c | |
parent | 981dfdb23272bc02977c5bb9bc18d0d3fb618fa3 (diff) |
unifdef __UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'commands.c')
-rw-r--r-- | commands.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -114,9 +114,7 @@ DoQuit(Widget w, XtPointer client_data, XtPointer call_data) } } if (!source_changed) { -#ifndef __UNIXOS2__ XeditLispCleanUp(); -#endif exit(0); } |