Added generation of C output.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5607 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -43,24 +43,6 @@
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Data */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
enum OutputFormat {
|
||||
ofAuto = -1, /* Auto detect */
|
||||
ofAsm, /* Output assembler source */
|
||||
ofBin, /* Output raw binary format */
|
||||
|
||||
ofCount /* Number of output formats without ofAuto */
|
||||
};
|
||||
typedef enum OutputFormat OutputFormat;
|
||||
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Code */
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user