Fossil SCM
Define CSON_FOSSIL_MODE in cson_amalgamation.h via auto-generation process, as opposed to setting it as a compiler flag.
Commit
e9f3e41bc527aa8ae292d9793798fabb38cb2f3f
Parent
a5cd2dd64eb8e62…
1 file changed
+3
| --- src/cson_amalgamation.h | ||
| +++ src/cson_amalgamation.h | ||
| @@ -1,6 +1,9 @@ | ||
| 1 | 1 | #ifdef FOSSIL_ENABLE_JSON |
| 2 | +#ifndef CSON_FOSSIL_MODE | |
| 3 | +#define CSON_FOSSIL_MODE | |
| 4 | +#endif | |
| 2 | 5 | /* auto-generated! Do not edit! */ |
| 3 | 6 | /* begin file include/wh/cson/cson.h */ |
| 4 | 7 | #if !defined(WANDERINGHORSE_NET_CSON_H_INCLUDED) |
| 5 | 8 | #define WANDERINGHORSE_NET_CSON_H_INCLUDED 1 |
| 6 | 9 | |
| 7 | 10 |
| --- src/cson_amalgamation.h | |
| +++ src/cson_amalgamation.h | |
| @@ -1,6 +1,9 @@ | |
| 1 | #ifdef FOSSIL_ENABLE_JSON |
| 2 | /* auto-generated! Do not edit! */ |
| 3 | /* begin file include/wh/cson/cson.h */ |
| 4 | #if !defined(WANDERINGHORSE_NET_CSON_H_INCLUDED) |
| 5 | #define WANDERINGHORSE_NET_CSON_H_INCLUDED 1 |
| 6 | |
| 7 |
| --- src/cson_amalgamation.h | |
| +++ src/cson_amalgamation.h | |
| @@ -1,6 +1,9 @@ | |
| 1 | #ifdef FOSSIL_ENABLE_JSON |
| 2 | #ifndef CSON_FOSSIL_MODE |
| 3 | #define CSON_FOSSIL_MODE |
| 4 | #endif |
| 5 | /* auto-generated! Do not edit! */ |
| 6 | /* begin file include/wh/cson/cson.h */ |
| 7 | #if !defined(WANDERINGHORSE_NET_CSON_H_INCLUDED) |
| 8 | #define WANDERINGHORSE_NET_CSON_H_INCLUDED 1 |
| 9 | |
| 10 |