Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Correct commit that had mistake in macro definition in [36e7558a11598]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
427c34feeada882e826e535422ad5058 |
User & Date: | andybradford 2016-11-06 16:40:30.769 |
Context
2016-11-06
| ||
23:25 | Document actual behavior of ls command. I'm questioning whether it's worth maintaining backward compatibility with this highly non-orthogonal collection of options whose behaviors all affect each other with varying degrees of nuance. ... (check-in: 0a4310b3 user: andygoth tags: trunk) | |
16:40 | Correct commit that had mistake in macro definition in [36e7558a11598]. ... (check-in: 427c34fe user: andybradford tags: trunk) | |
16:10 | 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". ... (check-in: 36e7558a user: andybradford tags: trunk) | |
Changes
Changes to src/config.h.
︙ | ︙ | |||
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_ */ |