| 719 | } |
| 720 | |
| 721 | static void print_symbol_for_dotconfig(FILE *fp, struct symbol *sym) |
| 722 | { |
| 723 | __print_symbol(fp, sym, OUTPUT_N_AS_UNSET, true); |
| 724 | } |
| 725 | |
| 726 | static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) |
| 727 | { |
no test coverage detected