From: Dave Love Date: Wed, 6 Jun 2001 10:59:39 +0000 (+0000) Subject: Fix last commit. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a799118dcc991df402df7029c5ac407141ba7e7;p=emacs.git Fix last commit. --- diff --git a/src/eval.c b/src/eval.c index 7bbce40c235..671123e3983 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1012,7 +1012,7 @@ If a throw happens, it specifies the value to return from `catch'.") Lisp_Object internal_catch (tag, func, arg) Lisp_Object tag; - Lisp_Object (*func) P_ ((Lisp_Object)); + Lisp_Object (*func) (); Lisp_Object arg; { /* This structure is made part of the chain `catchlist'. */