We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b60176 commit 3023f91Copy full SHA for 3023f91
util.cpp
@@ -1,4 +1,5 @@
1
-#include<stdint.h>
+#define __STDC_LIMIT_MACROS
2
+#include <stdint.h>
3
#include "ast.hpp"
4
#include "util.hpp"
5
#include "prelexer.hpp"
0 commit comments