]> git.sur5r.net Git - i3/i3/blobdiff - include/config.h
parser: return a proper JSON reply on parse errors
[i3/i3] / include / config.h
index a435cb5b1a2e71f49c2d6f108f40da9974590ca5..ab2dac878b4d973388ed1c77715ce28dca981777 100644 (file)
@@ -35,6 +35,8 @@ struct context {
         char *line_copy;
         const char *filename;
 
+        const char *compact_error;
+
         /* These are the same as in YYLTYPE */
         int first_column;
         int last_column;