1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +00:00

Working on the backend

git-svn-id: svn://svn.cc65.org/cc65/trunk@704 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-05-01 19:59:55 +00:00
parent 30e8306e05
commit b9677becc1
2 changed files with 4 additions and 2 deletions

View File

@ -44,10 +44,12 @@
#include "xmalloc.h"
#include "xsprintf.h"
/* cc65 */
#include "error.h"
/* b6502 */
#include "codeent.h"
#include "codeinfo.h"
#include "error.h"
#include "codeseg.h"

View File

@ -40,7 +40,7 @@
/* common */
#include "check.h"
/* cc65 */
/* b6502 */
#include "codeinfo.h"
#include "opcodes.h"