From: Dave Love Date: Fri, 17 May 2002 16:26:29 +0000 (+0000) Subject: (string_escape_byte8): Declare. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~848 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fac2bdc486b9ec125ea982a987b9ee571d50f938;p=emacs.git (string_escape_byte8): Declare. --- diff --git a/src/character.h b/src/character.h index 23b935941f9..c3ef2725bed 100644 --- a/src/character.h +++ b/src/character.h @@ -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)]))