comparison mode.h @ 185:16b4451e34b8

Add the ability to output line numbers, sort of. It is enabled with the intentionally undocumented -p option (similar to -P but reversed sense) and it might be vaguely useful but only prints the line number when the file changes and may not get the line numbers right.
author David A. Holland
date Fri, 12 Jun 2015 03:59:36 -0400
parents 4c3375895c6e
children
comparison
equal deleted inserted replaced
184:d359d9b86327 185:16b4451e34b8
35 unsigned input_tabstop; 35 unsigned input_tabstop;
36 bool do_stdinc; 36 bool do_stdinc;
37 bool do_stddef; 37 bool do_stddef;
38 bool do_output; 38 bool do_output;
39 bool output_linenumbers; 39 bool output_linenumbers;
40 bool output_cheaplinenumbers;
40 bool output_retain_comments; 41 bool output_retain_comments;
41 const char *output_file; 42 const char *output_file;
42 bool do_depend; 43 bool do_depend;
43 bool depend_report_system; 44 bool depend_report_system;
44 bool depend_assume_generated; 45 bool depend_assume_generated;