diff lib-src/emacsserver.c @ 620:88a29c720fa7

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Fri, 24 Apr 1992 08:11:28 +0000
parents db84d8d9a1d9
children 5ee985ad8340
line wrap: on
line diff
--- a/lib-src/emacsserver.c	Sun Apr 19 17:03:02 1992 +0000
+++ b/lib-src/emacsserver.c	Fri Apr 24 08:11:28 1992 +0000
@@ -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 @@
 
 jmp_buf msgenv;
 
+SIGTYPE
 msgcatch ()
 {
   longjmp (msgenv, 1);