1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 08:51:45 -08:00

(string_escape_byte8): Declare.

This commit is contained in:
Dave Love 2002-05-17 16:26:29 +00:00
parent 1fcd6c8b99
commit fac2bdc486

View file

@ -510,6 +510,8 @@ extern Lisp_Object Vchar_width_table;
extern Lisp_Object Vchar_direction_table;
extern Lisp_Object Vchar_unify_table;
extern Lisp_Object string_escape_byte8 P_ ((Lisp_Object));
/* Return a translation table of id number ID. */
#define GET_TRANSLATION_TABLE(id) \
(XCDR(XVECTOR(Vtranslation_table_vector)->contents[(id)]))