summaryrefslogtreecommitdiff
path: root/app/xedit/lisp/core.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2013-02-09 16:47:31 +0100
committerMatthieu Herrb <matthieu.herrb@laas.fr>2013-02-09 16:47:31 +0100
commit367bdc28e2de747c962659517bcc8cbf09a9fd81 (patch)
treeaa2516ad541e8eb43740fd45de6816edc30ed848 /app/xedit/lisp/core.c
parent91bb789ad557ceffb3635adba7a8222a2aab2ec8 (diff)
parent13179665ebbd91ceeeeada784764303924d55696 (diff)
Merge remote-tracking branch 'origin/master' into matthieu/xserver-1.13
Diffstat (limited to 'app/xedit/lisp/core.c')
-rw-r--r--app/xedit/lisp/core.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/xedit/lisp/core.c b/app/xedit/lisp/core.c
index 89f5d5c3c..a9792e94b 100644
--- a/app/xedit/lisp/core.c
+++ b/app/xedit/lisp/core.c
@@ -4308,6 +4308,11 @@ Lisp_Pushnew(LispBuiltin *builtin)
return (result);
}
+#ifdef __SUNPRO_C
+/* prevent "Function has no return statement" error for Lisp_Quit */
+#pragma does_not_return(exit)
+#endif
+
LispObj *
Lisp_Quit(LispBuiltin *builtin)
/*