1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00

Delete declaration of Farray_length.

This commit is contained in:
Karl Heuer 1994-11-16 03:42:44 +00:00
parent c24e4efeb5
commit b8e0549dc4

View file

@ -1207,7 +1207,7 @@ extern Lisp_Object Ffset (), Fsetplist ();
extern Lisp_Object Fsymbol_value (), find_symbol_value (), Fset ();
extern Lisp_Object Fdefault_value (), Fset_default (), Fdefault_boundp ();
extern Lisp_Object Faref (), Faset (), Farray_length ();
extern Lisp_Object Faref (), Faset ();
extern Lisp_Object Fstring_to_number (), Fnumber_to_string ();
extern Lisp_Object Feqlsign (), Fgtr (), Flss (), Fgeq (), Fleq ();