Mercurial > hg-old > index.cgi
comparison lwasm/pseudo.c @ 212:bae1e3ecdce1
More preparation for gnulib integration
author | lost |
---|---|
date | Fri, 24 Apr 2009 06:43:02 +0000 |
parents | 1a75121c3c3f |
children | 271c0ef9ea60 |
comparison
equal
deleted
inserted
replaced
211:51511cf1c9f8 | 212:bae1e3ecdce1 |
---|---|
18 this program. If not, see <http://www.gnu.org/licenses/>. | 18 this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 | 20 |
21 This file implements the various pseudo operations. | 21 This file implements the various pseudo operations. |
22 */ | 22 */ |
23 | 23 #include <config.h> |
24 #include <stdlib.h> | 24 #include <stdlib.h> |
25 #include <string.h> | 25 #include <string.h> |
26 #include "lwasm.h" | 26 #include "lwasm.h" |
27 #include "instab.h" | 27 #include "instab.h" |
28 #include "expr.h" | 28 #include "expr.h" |