Mercurial > hg > index.cgi
comparison lwcc/cc-main.c @ 496:a38542cf4cc6
Make lwcc stuff compile (on Linux anyway)
author | William Astle <lost@l-w.ca> |
---|---|
date | Mon, 05 Aug 2019 21:30:50 -0600 |
parents | 41118fb0a8f2 |
children | c3099c5d9d3e |
comparison
equal
deleted
inserted
replaced
495:5b8871fd7503 | 496:a38542cf4cc6 |
---|---|
26 #include <string.h> | 26 #include <string.h> |
27 | 27 |
28 #include <lw_stringlist.h> | 28 #include <lw_stringlist.h> |
29 #include <lw_cmdline.h> | 29 #include <lw_cmdline.h> |
30 #include <lw_string.h> | 30 #include <lw_string.h> |
31 | |
32 #include <version.h> | |
31 | 33 |
32 #include "cpp.h" | 34 #include "cpp.h" |
33 #include "tree.h" | 35 #include "tree.h" |
34 | 36 |
35 node_t *process_file(const char *); | 37 node_t *process_file(const char *); |