| 832 | #undef STOREOPTTEXT |
| 833 | |
| 834 | void |
| 835 | runtime_info_init(void) |
| 836 | { |
| 837 | if (!done_runtime_opt_init_once) { |
| 838 | done_runtime_opt_init_once = 1; |
| 839 | build_savebones_compat_string(); |
| 840 | /* construct the current version number */ |
| 841 | make_version(); |
| 842 | populate_nomakedefs(&version); /* date.c */ |
| 843 | idxopttext = 0; |
| 844 | build_options(); |
| 845 | } |
| 846 | } |
| 847 | |
| 848 | const char * |
| 849 | do_runtime_info(int *rtcontext) |
no test coverage detected