Skip to content

Commit dd91160

Browse files
committed
Use __STDC_LIMIT_MACROS for UINT32_MAX
1 parent abe0d2d commit dd91160

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

debug.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef SASS_DEBUG_H
22
#define SASS_DEBUG_H
33

4+
#define __STDC_LIMIT_MACROS
45
#include <stdint.h>
56

67
enum dbg_lvl_t : uint32_t {

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)