Mercurial > hg > index.cgi
comparison lwlink/link.c @ 8:fdc11ef4115b
Switched lwlink to lw_cmdline from argp and also brought in lw_alloc and lw_string to replace util.c
author | lost@l-w.ca |
---|---|
date | Sat, 22 Jan 2011 09:58:24 -0700 |
parents | 7317fbe024af |
children | 08fb11004df9 |
comparison
equal
deleted
inserted
replaced
7:917b608b8c66 | 8:fdc11ef4115b |
---|---|
23 | 23 |
24 #include <stdio.h> | 24 #include <stdio.h> |
25 #include <stdlib.h> | 25 #include <stdlib.h> |
26 #include <string.h> | 26 #include <string.h> |
27 | 27 |
28 #include <lw_alloc.h> | |
29 | |
28 #include "expr.h" | 30 #include "expr.h" |
29 #include "lwlink.h" | 31 #include "lwlink.h" |
30 #include "util.h" | |
31 | 32 |
32 struct section_list *sectlist = NULL; | 33 struct section_list *sectlist = NULL; |
33 int nsects = 0; | 34 int nsects = 0; |
34 static int nforced = 0; | 35 static int nforced = 0; |
35 | 36 |