]> git.sur5r.net Git - cc65/commitdiff
Working on the backend
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 1 May 2001 19:59:55 +0000 (19:59 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 1 May 2001 19:59:55 +0000 (19:59 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@704 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/codeseg.c
src/cc65/opcodes.c

index 959efbfe47bd234f8960f11a7626468d337c152d..4ec6c07d9de09511f0d9cf5fd2b8fd1f217e78be 100644 (file)
 #include "xmalloc.h"
 #include "xsprintf.h"
 
+/* cc65 */
+#include "error.h"
+
 /* b6502 */
 #include "codeent.h"
 #include "codeinfo.h"
-#include "error.h"
 #include "codeseg.h"
 
 
index 6dd6cf409397c3c10ab3af8c063ffcb7f2080850..33af86d48f6406fef936f52218ddffa6934f42e9 100644 (file)
@@ -40,7 +40,7 @@
 /* common */
 #include "check.h"
 
-/* cc65 */
+/* b6502 */
 #include "codeinfo.h"
 #include "opcodes.h"