| 208 | #endif /* ENHANCED_SYMBOLS */ |
| 209 | |
| 210 | void |
| 211 | reset_customsymbols(void) |
| 212 | { |
| 213 | #ifdef ENHANCED_SYMBOLS |
| 214 | free_all_glyphmap_u(); |
| 215 | apply_customizations(gc.currentgraphics, do_custom_symbols); |
| 216 | #endif |
| 217 | } |
| 218 | |
| 219 | /* utf8map.c */ |
| 220 |
no test coverage detected