Differences From Artifact [3e473fa4df]:
- File src/config.h — part of check-in [36e7558a11] at 2016-11-06 16:10:45 on branch trunk — Move macro definition to config.h which is included everywhere to fix build failure reported on mailing list with "configure --json --with-tcl --with-th1-docs". (user: andybradford size: 7049)
To Artifact [e0a8d96a16]:
- File src/config.h — part of check-in [ae424dc16a] at 2016-11-06 16:38:37 on branch mistake — Correct incorrect commit in [36e7558a11598] (with incorrectly committed code) (user: andybradford size: 7019) [more...]
| ︙ | ︙ | |||
228 229 230 231 232 233 234 | #else # define NORETURN #endif /* ** Number of elements in an array */ | < | < | 228 229 230 231 232 233 234 235 236 237 | #else # define NORETURN #endif /* ** Number of elements in an array */ #define count(X) (sizeof(X)/sizeof(X[0])) #endif /* _RC_COMPILE_ */ |