mc78
|
8d2617110f
|
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.
|
2019-11-19 14:08:00 +01:00 |
|
mc78
|
a139c4057c
|
Removed CC65_ prefixes from exit statements in abort and assert code as well from definition
|
2019-11-19 14:08:00 +01:00 |
|
mc78
|
694dd9240f
|
Added comment to debugger exit with error
|
2019-11-19 14:08:00 +01:00 |
|
mc78
|
3daecfb3dd
|
Added enum for cc65 exit codes. replaced stdlib exit code names constants in libsrc with cc65 exit code named constants
|
2019-11-19 14:08:00 +01:00 |
|
Greg King
|
ac4866c027
|
Made assert() send SIGABRT when an assertion fails.
A signal handler can catch it, and do anything needed to make stderr work.
|
2019-11-10 12:46:01 -05:00 |
|
Greg King
|
38231a5cc6
|
Made _afailed() and uncompress() be fastcall functions.
|
2015-03-13 07:35:47 -04:00 |
|
Greg King
|
0390c34e88
|
Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
|
2014-06-30 16:51:07 -04:00 |
|
uz
|
53dd513176
|
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2000-05-28 13:40:48 +00:00 |
|