comparison lwcc/driver-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 4b17780f2777
children 16bd8effb2f6
comparison
equal deleted inserted replaced
495:5b8871fd7503 496:a38542cf4cc6
30 #include <unistd.h> 30 #include <unistd.h>
31 31
32 #include <lw_alloc.h> 32 #include <lw_alloc.h>
33 #include <lw_string.h> 33 #include <lw_string.h>
34 #include <lw_stringlist.h> 34 #include <lw_stringlist.h>
35
36 #include <version.h>
35 37
36 #define VERSTRING "lwcc from " PACKAGE_STRING 38 #define VERSTRING "lwcc from " PACKAGE_STRING
37 #define S(x) S2(x) 39 #define S(x) S2(x)
38 #define S2(x) #x 40 #define S2(x) #x
39 41