]> code.delx.au - gnu-emacs/blobdiff - lib-src/emacsserver.c
(install): Get the scripts from ${srcdir}, unlike the executables.
[gnu-emacs] / lib-src / emacsserver.c
index e65e3e978315b08ffacef7cadca97ca72e861d7b..19de7e66eb86c2eefabc5514d1b480cda4da0b3e 100644 (file)
@@ -1,11 +1,11 @@
 /* Communication subprocess for GNU Emacs acting as server.
-   Copyright (C) 1986, 1987 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1987, 1992 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -228,6 +228,7 @@ main ()
 
 jmp_buf msgenv;
 
+SIGTYPE
 msgcatch ()
 {
   longjmp (msgenv, 1);