Skip to content

Commit 3023f91

Browse files
committed
__STDC_LIMIT_MACROS to have UINT32_MAX
1 parent 2b60176 commit 3023f91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include<stdint.h>
1+
#define __STDC_LIMIT_MACROS
2+
#include <stdint.h>
23
#include "ast.hpp"
34
#include "util.hpp"
45
#include "prelexer.hpp"

0 commit comments

Comments
 (0)