summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 10:51:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-24 10:55:43 -0800
commit7a9fa61950200eb13600cdb57830e58a53bf78fa (patch)
tree2bba1bd11b0bb286dfd308775521d633058221d4 /commands.c
parent981dfdb23272bc02977c5bb9bc18d0d3fb618fa3 (diff)
unifdef __UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands.c b/commands.c
index e64fe30..ef637d7 100644
--- a/commands.c
+++ b/commands.c
@@ -114,9 +114,7 @@ DoQuit(Widget w, XtPointer client_data, XtPointer call_data)
}
}
if (!source_changed) {
-#ifndef __UNIXOS2__
XeditLispCleanUp();
-#endif
exit(0);
}