Mercurial > hg > xemacs-beta
comparison src/xmu.c @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | e121b013d1f0 |
children | 850242ba4a81 |
comparison
equal
deleted
inserted
replaced
184:bcd2674570bf | 185:3d6bfa290dbd |
---|---|
531 } | 531 } |
532 /* got a "real" X error */ | 532 /* got a "real" X error */ |
533 return XmuPrintDefaultErrorMessage (dpy, errorp, stderr); | 533 return XmuPrintDefaultErrorMessage (dpy, errorp, stderr); |
534 } | 534 } |
535 | 535 |
536 void XmuCopyISOLatin1Lowered(char *dst, char *src) | 536 void XmuCopyISOLatin1Lowered(char *dst, CONST char *src) |
537 { | 537 { |
538 unsigned char *dest = (unsigned char *) dst; | 538 unsigned char *dest = (unsigned char *) dst; |
539 unsigned char *source = (unsigned char *) src; | 539 unsigned char *source = (unsigned char *) src; |
540 | 540 |
541 for ( ; *source; source++, dest++) | 541 for ( ; *source; source++, dest++) |