diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2013-02-09 16:47:31 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2013-02-09 16:47:31 +0100 |
commit | 367bdc28e2de747c962659517bcc8cbf09a9fd81 (patch) | |
tree | aa2516ad541e8eb43740fd45de6816edc30ed848 /app/xedit/lisp/core.c | |
parent | 91bb789ad557ceffb3635adba7a8222a2aab2ec8 (diff) | |
parent | 13179665ebbd91ceeeeada784764303924d55696 (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.c | 5 |
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) /* |