fix access of stat.st_mtime
[m6w6/ext-psi] / src / cpp.h
index be7a54caec378b6f31d60d1ccf9f94c6fb484a76..57e9eb5666ab74e6626ed83ae72dd001ff12bd09 100644 (file)
--- a/src/cpp.h
+++ b/src/cpp.h
@@ -29,7 +29,7 @@
 #include "data.h"
 
 #ifndef PSI_CPP_DEBUG
-# define PSI_CPP_DEBUG 1
+# define PSI_CPP_DEBUG 0
 #endif
 
 struct psi_cpp {
@@ -49,6 +49,7 @@ struct psi_cpp {
        unsigned seen;
        unsigned expanded;
        unsigned counter;
+       unsigned include_level;
        bool do_cpp;
 };