Feature: Show the column number in diagnostic messages.
[cparser] / diagnostic.h
index 113481c..9817f13 100644 (file)
@@ -61,5 +61,6 @@ NORETURN internal_errorf(const source_position_t *pos, const char *fmt, ...);
 extern unsigned diagnostic_count;
 extern unsigned error_count;
 extern unsigned warning_count;
+extern bool     show_column;      /**< Show column in diagnostic messages */
 
 #endif