1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-17 03:50:03 +02:00

moving as/error.c code to lib to have the functions reusable.

This commit is contained in:
Henrik Hautakoski 2018-12-21 00:03:47 +01:00
parent 04689fc69a
commit 6422bcca8a
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
7 changed files with 91 additions and 24 deletions

View file

@ -20,7 +20,7 @@
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "error.h"
#include "asm_error.h"
#include "codegen.h"
#include "ast.h"
#include "lexer.h"