Differences From Artifact [b57f187c12]:
- File xvfs-core.h — part of check-in [f1d16a3958] at 2019-09-17 01:53:07 on branch trunk — Improved server mode to register all of //xvfs:/ (user: rkeene, size: 2692) [annotate] [blame] [check-ins using]
To Artifact [8640d3027d]:
- File xvfs-core.h — 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: 2723) [annotate] [blame] [check-ins using]
︙ | |||
71 72 73 74 75 76 77 78 79 80 81 82 83 84 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | + | */ XVFS_REGISTER_INTERFACE(Xvfs_Register) int Xvfs_Init(Tcl_Interp *interp); #else # error Unsupported XVFS_MODE #endif #undef XVFS_REGISTER_INTERFACE /* * In flexible or standalone mode, directly include what * would otherwise be a separate translation unit, to * avoid symbols leaking */ #if defined(XVFS_MODE_FLEXIBLE) || defined(XVFS_MODE_STANDALONE) |
︙ |