Ffboundp declaration
[bpt/emacs.git] / src / lisp.h
index c92431d..3a18ce0 100644 (file)
@@ -3975,6 +3975,8 @@ maybe_gc (void)
   return;
 }
 
+extern Lisp_Object Ffboundp (Lisp_Object);
+
 INLINE bool
 functionp (Lisp_Object object)
 {