]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit.
authorDave Love <fx@gnu.org>
Wed, 6 Jun 2001 10:59:39 +0000 (10:59 +0000)
committerDave Love <fx@gnu.org>
Wed, 6 Jun 2001 10:59:39 +0000 (10:59 +0000)
src/eval.c

index 7bbce40c2359dce9f3eac755cb7899db96e1e24b..671123e398333beb9c16049e8e50288c8ecfe6e2 100644 (file)
@@ -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'.  */