ext/libsass/src/debug.hpp in sassc-1.8.0.pre2 vs ext/libsass/src/debug.hpp in sassc-1.8.0
- old
+ new
@@ -1,9 +1,13 @@
#ifndef SASS_DEBUG_H
#define SASS_DEBUG_H
#include <stdint.h>
+#ifndef UINT32_MAX
+ #define UINT32_MAX 0xffffffffU
+#endif
+
enum dbg_lvl_t : uint32_t {
NONE = 0,
TRIM = 1,
CHUNKS = 2,
SUBWEAVE = 4,