Removed additional exit constants definitions from cc65.h to stdlih.h. Guarded the definitions by #ifdef. Removed cc65.h includes from abort and assert implementations.

This commit is contained in:
mc78
2019-11-17 15:57:34 +01:00
committed by Oliver Schmidt
parent a139c4057c
commit 8d2617110f
6 changed files with 11 additions and 12 deletions

View File

@@ -10,7 +10,6 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <cc65.h>
void __fastcall__ _afailed (char* file, unsigned line)

View File

@@ -9,7 +9,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <cc65.h>
void abort (void)

View File

@@ -7,7 +7,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <geos.h>
#include <cc65.h>
void _afailed (char* file, unsigned line)
{

View File

@@ -6,7 +6,6 @@
#include <stdlib.h>
#include <geos.h>
#include <cc65.h>
void abort (void)
{