Differences From Artifact [37f3df09d1]:
- File xvfs-core.c — part of check-in [cf56967f97] at 2019-09-17 01:55:20 on branch trunk — xvfs_perror -> xvfs_strerror, which is what it should have been named (user: rkeene, size: 33817) [annotate] [blame] [check-ins using]
To Artifact [b50c976369]:
- File xvfs-core.c — part of check-in [5f2895faba] at 2019-09-17 05:06:06 on branch trunk — Undefine macros because we may concatencat translation units in some modes (user: rkeene, size: 34013) [annotate] [blame] [check-ins using]
︙ | |||
1214 1215 1216 1217 1218 1219 1220 | 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 | + + + + + + + | new = 0; mapEntry = Tcl_CreateHashEntry(&xvfs_tclfs_dispatch_map, fsInfo->name, &new); Tcl_SetHashValue(mapEntry, instanceInfo); return(TCL_OK); } #endif /* XVFS_MODE_SERVER */ #undef XVFS_DEBUG_PRINTF #undef XVFS_DEBUG_PUTS #undef XVFS_DEBUG_ENTER #undef XVFS_DEBUG_LEAVE #undef XVFS_INTERNAL_SERVER_MAGIC #undef XVFS_INTERNAL_SERVER_MAGIC_LEN #undef XVFS_ROOT_MOUNTPOINT |