Removed unnecessary #include <cc65.h> from convert.c
Adjusted block comments to predominant style
This commit is contained in:
@@ -51,8 +51,9 @@ typedef unsigned size_t;
|
||||
#if __CC65_STD__ == __CC65_STD_CC65__
|
||||
|
||||
/* Those non-standard cc65 exit constants definitions are in addition
|
||||
to the EXIT_SUCCESS and EXIT_FAILURE constants, which should not be
|
||||
redefined */
|
||||
** to the EXIT_SUCCESS and EXIT_FAILURE constants, which should not be
|
||||
** redefined
|
||||
*/
|
||||
#define EXIT_ASSERT 2
|
||||
#define EXIT_ABORT 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user