tradcpp: upgrade to 0.5.3

This commit is contained in:
Jon Trulson
2019-12-03 18:12:22 -07:00
parent 15dfdf231a
commit ec8f4b7464
28 changed files with 843 additions and 186 deletions

View File

@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <stdbool.h>
#include "bool.h"
struct mode {
bool werror;
@@ -37,6 +37,7 @@ struct mode {
bool do_stddef;
bool do_output;
bool output_linenumbers;
bool output_cheaplinenumbers;
bool output_retain_comments;
const char *output_file;
bool do_depend;