/[emacs]/emacs/src/charset.c
ViewVC logotype

Diff of /emacs/src/charset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.125.2.1 by handa, Fri Mar 1 01:16:12 2002 UTC revision 1.125.2.2 by handa, Tue Mar 5 01:03:08 2002 UTC
# Line 205  parse_charset_map (charset, map, control Line 205  parse_charset_map (charset, map, control
205    for (first = 1, i = 0; i < size; i += 2)    for (first = 1, i = 0; i < size; i += 2)
206      {      {
207        Lisp_Object val;        Lisp_Object val;
208        unsigned code, temp;        unsigned code;
209        int c, char_index;        int c, char_index;
210    
211        val = AREF (map, i);        val = AREF (map, i);
# Line 338  read_hex (fp, eof) Line 338  read_hex (fp, eof)
338          [ CODE1 CHAR1 CODE2 CHAR2 .... ]          [ CODE1 CHAR1 CODE2 CHAR2 .... ]
339  */  */
340    
341    extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object));
342    
343  static Lisp_Object  static Lisp_Object
344  load_charset_map (charset, mapfile)  load_charset_map (charset, mapfile)
345       struct charset *charset;       struct charset *charset;
# Line 1198  decode_char (charset, code) Line 1200  decode_char (charset, code)
1200    
1201    if (CHARSET_UNIFIED_P (charset)    if (CHARSET_UNIFIED_P (charset)
1202        && c >= 0)        && c >= 0)
1203      MAYBE_UNIFY_CHAR (c);      {
1204          MAYBE_UNIFY_CHAR (c);
1205        }
1206    
1207    return c;    return c;
1208  }  }

Legend:
Removed from v.1.125.2.1  
changed lines
  Added in v.1.125.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26