mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
Removed old cruft
git-svn-id: svn://svn.cc65.org/cc65/trunk@1186 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
64ad5e8031
commit
d814a9a6fb
@ -1348,9 +1348,6 @@ struct OptFunc {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Macro that builds a function description */
|
|
||||||
#define OptFuncEntry(func) static OptFuncDesc D##func = { func, #func, 0 }
|
|
||||||
|
|
||||||
/* A list of all the function descriptions */
|
/* A list of all the function descriptions */
|
||||||
static OptFunc DOpt65C02BitOps = { Opt65C02BitOps, "Opt65C02BitOps", 66, 0, 0, 0, 0, 0 };
|
static OptFunc DOpt65C02BitOps = { Opt65C02BitOps, "Opt65C02BitOps", 66, 0, 0, 0, 0, 0 };
|
||||||
static OptFunc DOpt65C02Ind = { Opt65C02Ind, "Opt65C02Ind", 100, 0, 0, 0, 0, 0 };
|
static OptFunc DOpt65C02Ind = { Opt65C02Ind, "Opt65C02Ind", 100, 0, 0, 0, 0, 0 };
|
||||||
|
Loading…
Reference in New Issue
Block a user