| 203 | } |
| 204 | |
| 205 | void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) |
| 206 | { |
| 207 | menu_add_prop(type, expr, dep); |
| 208 | } |
| 209 | |
| 210 | void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) |
| 211 | { |
no test coverage detected