Differences From Artifact [09bb17bd75]:
- File src/main.c — part of check-in [e5b62edb28] at 2016-11-04 22:37:21 on branch trunk — Consistently use the count(X) macro in place of sizeof(X)/sizeof(*X) throughout the Fossil core, excluding things that don't use makeheaders. Also use count(X) instead of ArraySize(X) which has the same definition. (user: andygoth size: 83882) [more...]
To Artifact [ac29e13b09]:
- File src/main.c — 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: 83798) [more...]
| ︙ | |||
47 48 49 50 51 52 53 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - - - - - | # include "tcl.h" #endif #ifdef FOSSIL_ENABLE_JSON # include "cson_amalgamation.h" /* JSON API. */ # include "json_detail.h" #endif |
| ︙ |