Commit fa0377e2 authored by Aurelio Colosimo's avatar Aurelio Colosimo

OPTS(x) macro as shortcut for ppi->rt_opts

From now on, this macro will be used instead of ppi->rt_opts.
Old src code should be fixed too.
parent e1229484
......@@ -172,6 +172,8 @@ struct pp_instance {
waiting_for_follow:1;
};
#define OPTS(x) ((x)->rt_opts)
#define DSDEF(x) ((x)->defaultDS)
#define DSCUR(x) ((x)->currentDS)
#define DSPAR(x) ((x)->parentDS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment