comparison mode.h @ 20:40748b097655

add output.
author David A. Holland
date Mon, 20 Dec 2010 04:03:35 -0500
parents ee9a66b87c70
children 76c114899f63
comparison
equal deleted inserted replaced
19:f9792a9ec704 20:40748b097655
1 #include <stdbool.h>
2
1 struct mode { 3 struct mode {
2 bool werror; 4 bool werror;
3 bool input_allow_dollars; 5 bool input_allow_dollars;
4 unsigned input_tabstop; 6 unsigned input_tabstop;
5 bool do_stdinc; 7 bool do_stdinc;