diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-27 12:39:30 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-27 12:39:30 +0100 |
commit | 8e29939bf4c39601f1e55accd0ba7b78f071ffa3 (patch) | |
tree | 142bd12f4c54bb0e7646acffa4bc72c28b61b118 | |
parent | 0f070a78145091a04034b3db9c558e032ec22a2f (diff) |
Removed preprocessor warning.
-rw-r--r-- | src/cssparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc index b283957a..47632979 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -19,6 +19,7 @@ #include <stdlib.h> #include <stdio.h> +#include "lout/debug.hh" #include "msg.h" #include "colors.h" #include "html_common.hh" @@ -27,7 +28,6 @@ using namespace dw::core::style; -#define DEBUG_MSG(A, B, ...) _MSG(B, __VA_ARGS__) #define MSG_CSS(A, ...) MSG(A, __VA_ARGS__) #define DEBUG_TOKEN_LEVEL 0 #define DEBUG_PARSE_LEVEL 0 |