| 208 | } |
| 209 | |
| 210 | void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) |
| 211 | { |
| 212 | menu_add_prop(type, expr_alloc_symbol(sym), dep); |
| 213 | } |
| 214 | |
| 215 | static int menu_validate_number(struct symbol *sym, struct symbol *sym2) |
| 216 | { |
no test coverage detected