Skip to content
Snippets Groups Projects
Commit 155281f2 authored by Max Bruckner's avatar Max Bruckner
Browse files

Unity: Set UNITY_EXCLUDE_STDINT_H to disable the use of long long

parent 86234db0
Branches long-long-fix
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@
* 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.
*/
/* #define UNITY_EXCLUDE_STDINT_H */
#define UNITY_EXCLUDE_STDINT_H
/* ********************** MANUAL INTEGER TYPE DEFINITION ***********************
* If you've disabled all of the automatic options above, you're going to have
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment