Several fixes detected when using another C compiler.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4785 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -55,12 +55,11 @@ typedef unsigned cc65_addr; /* Use to store (65xx) addresses */
|
||||
*/
|
||||
typedef void* cc65_dbginfo;
|
||||
|
||||
/* ### Parseerror */
|
||||
typedef enum cc65_error_severity cc65_error_severity;
|
||||
enum cc65_error_severity {
|
||||
/* Severity for cc65_parseerror */
|
||||
typedef enum {
|
||||
CC65_WARNING,
|
||||
CC65_ERROR,
|
||||
};
|
||||
} cc65_error_severity;
|
||||
|
||||
/* Warnings/errors in cc65_read_dbginfo are passed via this struct */
|
||||
typedef struct cc65_parseerror cc65_parseerror;
|
||||
|
||||
Reference in New Issue
Block a user