Reduce the number of Makefiles in 'src/' even MOAR!
[babeltrace.git] / src / plugins / ctf / common / metadata / parser-wrap.hpp
index 6300b250cc1095efa69cc4fb58a692ae4b056f2e..e35c362163cdd98a3de3d4a02f5eb3fe721d31a8 100644 (file)
 #include "logging/log.h"
 
 #if BT_LOG_ENABLED_TRACE
-# define YYDEBUG 1
-# define YYFPRINTF(_stream, _fmt, args...) BT_LOGT(_fmt, ## args)
+#    define YYDEBUG                           1
+#    define YYFPRINTF(_stream, _fmt, args...) BT_LOGT(_fmt, ##args)
 #else
-# define YYDEBUG 0
+#    define YYDEBUG 0
 #endif
 
 #define ALLOW_INCLUDE_PARSER_H
-#include "parser.hpp"
+#include "plugins/ctf/common/metadata/parser.hpp"
 #undef ALLOW_INCLUDE_PARSER_H
 
 #endif
This page took 0.023299 seconds and 4 git commands to generate.