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

Diff of /emacs/src/charset.h

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

revision 1.70 by raeburn, Tue Jul 16 19:48:00 2002 UTC revision 1.71 by raeburn, Fri Jul 19 14:26:53 2002 UTC
# Line 826  extern Lisp_Object Vauto_fill_chars; Line 826  extern Lisp_Object Vauto_fill_chars;
826  #define BCOPY_SHORT(from, to, len)              \  #define BCOPY_SHORT(from, to, len)              \
827    do {                                          \    do {                                          \
828      int i = len;                                \      int i = len;                                \
829      unsigned char *from_p = from, *to_p = to;   \      const unsigned char *from_p = from;         \
830        unsigned char *to_p = to;                   \
831      while (i--) *to_p++ = *from_p++;            \      while (i--) *to_p++ = *from_p++;            \
832    } while (0)    } while (0)
833    

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

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