mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 00:02:08 +08:00
17 lines
412 B
Plaintext
17 lines
412 B
Plaintext
#undef f_OPNUM
|
|
#define f_OPMULT r_ops[2]
|
|
#define f_OPPOW r_ops[5]
|
|
#define f_MINLIST r_ops[11]
|
|
#define f_MAXLIST r_ops[12]
|
|
#define f_ABS r_ops[15]
|
|
#define f_OPPLTERM r_ops[64]
|
|
#define f_OPIFSYM r_ops[65]
|
|
#define f_OP1POW r_ops[76]
|
|
#define f_OP2POW r_ops[77]
|
|
#define f_OPCPOW r_ops[78]
|
|
#define f_OPFUNCALL r_ops[79]
|
|
#define f_OPNUM r_ops[80]
|
|
#define f_OPHOL r_ops[81]
|
|
#define f_OPVARVAL r_ops[82]
|
|
#define N_OPS 83
|