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
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue