Differences From Artifact [68bbd75965]:
- File generic/tclBinary.c — part of check-in [90b4acd7bd] at 2011-03-01 15:38:36 on branch core-8-4-branch — Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. (user: dgp size: 46439)
To Artifact [6eaaa6a1cb]:
- File generic/tclBinary.c — part of check-in [8e001f8402] at 2012-04-18 21:38:50 on branch core-8-4-branch — make some more internal tables CONST fix compilation with -DNO_CONST (user: jan.nijtmans size: 46445) [more...]
| ︙ | |||
1156 1157 1158 1159 1160 1161 1162 | 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 | - + |
break;
}
case 'h':
case 'H': {
char *dest;
unsigned char *src;
int i;
|
| ︙ |