/[emacs]/emacs/src/coding.h
ViewVC logotype

Diff of /emacs/src/coding.h

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

revision 1.63.2.1 by handa, Fri Mar 1 01:17:24 2002 UTC revision 1.63.2.2 by handa, Tue May 14 08:01:27 2002 UTC
# Line 473  struct coding_system Line 473  struct coding_system
473      else                                                \      else                                                \
474        (s1 = j1 / 2 + ((j1 < 0x5F) ? 0x70 : 0xB0),       \        (s1 = j1 / 2 + ((j1 < 0x5F) ? 0x70 : 0xB0),       \
475         s2 = j2 + 0x7E);                                 \         s2 = j2 + 0x7E);                                 \
476      (code) = (j1 << 8) | j2;                            \      (code) = (s1 << 8) | s2;                            \
477    } while (0)    } while (0)
478    
479    

Legend:
Removed from v.1.63.2.1  
changed lines
  Added in v.1.63.2.2

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