From: Gerd Moellmann Date: Thu, 11 Oct 2001 08:46:50 +0000 (+0000) Subject: (circular_list_error): Add prototype. X-Git-Tag: ttn-vms-21-2-B4~19583 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7436b0a99dcc7f727aefc9d5615146cec6f7be46;p=emacs.git (circular_list_error): Add prototype. --- diff --git a/src/lisp.h b/src/lisp.h index f86ae5e730c..818b6e1163f 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1926,6 +1926,8 @@ extern Lisp_Object Qfloatp, Qinteger_or_floatp, Qinteger_or_float_or_marker_p; extern Lisp_Object Qframep; +extern void circular_list_error P_ ((Lisp_Object)); + EXFUN (Feq, 2); EXFUN (Fnull, 1); EXFUN (Flistp, 1);