(Fcharset_name): Define `byte_offset' in non-UTF-2000 configuration.
authortomo <tomo>
Fri, 29 Oct 1999 08:18:49 +0000 (08:18 +0000)
committertomo <tomo>
Fri, 29 Oct 1999 08:18:49 +0000 (08:18 +0000)
src/mule-charset.c

index 73ad48b..20349a7 100644 (file)
@@ -1228,9 +1228,7 @@ character set.  Recognized properties are:
   Lisp_Object rest, keyword, value;
   Lisp_Object ccl_program = Qnil;
   Lisp_Object short_name = Qnil, long_name = Qnil;
-#ifdef UTF2000
   unsigned char byte_offset = 0;
-#endif
 
   CHECK_SYMBOL (name);
   if (!NILP (doc_string))