mirror of
https://github.com/DaveGamble/cJSON
synced 2025-01-03 12:52:28 +00:00
Unity: Set UNITY_EXCLUDE_STDINT_H to disable the use of long long
This commit is contained in:
parent
86234db095
commit
155281f235
@ -63,7 +63,7 @@
|
|||||||
* you're going to want to define this. That way, Unity will know to skip the
|
* you're going to want to define this. That way, Unity will know to skip the
|
||||||
* inclusion of this file and you won't be left with a compiler error.
|
* inclusion of this file and you won't be left with a compiler error.
|
||||||
*/
|
*/
|
||||||
/* #define UNITY_EXCLUDE_STDINT_H */
|
#define UNITY_EXCLUDE_STDINT_H
|
||||||
|
|
||||||
/* ********************** MANUAL INTEGER TYPE DEFINITION ***********************
|
/* ********************** MANUAL INTEGER TYPE DEFINITION ***********************
|
||||||
* If you've disabled all of the automatic options above, you're going to have
|
* If you've disabled all of the automatic options above, you're going to have
|
||||||
|
Loading…
Reference in New Issue
Block a user