comparison lwasm/insn_gen.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents 048ebb85f6ef
children 2b254f02b252
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
16 You should have received a copy of the GNU General Public License along with 16 You should have received a copy of the GNU General Public License along with
17 this program. If not, see <http://www.gnu.org/licenses/>. 17 this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 Contains code for parsing general addressing modes (IMM+DIR+EXT+IND) 19 Contains code for parsing general addressing modes (IMM+DIR+EXT+IND)
20 */ 20 */
21
22 #include <config.h>
21 23
22 #include <ctype.h> 24 #include <ctype.h>
23 #include <stdlib.h> 25 #include <stdlib.h>
24 26
25 #include "lwasm.h" 27 #include "lwasm.h"