Mercurial > hg-old > index.cgi
comparison lwasm/insn_logicmem.c @ 212:bae1e3ecdce1
More preparation for gnulib integration
author | lost |
---|---|
date | Fri, 24 Apr 2009 06:43:02 +0000 |
parents | 427e268e876b |
children |
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 Contains code for handling logic/mem instructions | 20 Contains code for handling logic/mem instructions |
21 */ | 21 */ |
22 | 22 |
23 #include <config.h> | |
23 #include <ctype.h> | 24 #include <ctype.h> |
24 #include <stdio.h> | 25 #include <stdio.h> |
25 #include <string.h> | 26 #include <string.h> |
26 | 27 |
27 #include "lwasm.h" | 28 #include "lwasm.h" |