Commit 4a22b16
authored
Initialized CMake variables for configure as 0
Init INCLUDE_INTTYPES_H, INCLUDE_STDINT_H, INCLUDE_SYS_TYPES_H, CMake variables as 0
It is need to prevent generate broken code in config_types.h
So next code was genarated before
#define INCLUDE_INTTYPES_H
...
#if INCLUDE_INTTYPES_H
...
#endif
And got error: expected value in expression1 parent 3069cc2 commit 4a22b16
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments