keep external identifiers under length of 31 char

This commit is contained in:
nhmall
2023-05-15 23:11:34 -04:00
parent 59677e7440
commit 420048b8d3
3 changed files with 5 additions and 5 deletions

View File

@@ -2783,7 +2783,7 @@ extern void savedsym_free(void);
extern void savedsym_strbuf(strbuf_t *);
extern boolean parsesymbols(char *, int);
#ifdef ENHANCED_SYMBOLS
extern struct customization_detail *find_matching_symset_customization(
extern struct customization_detail *find_matching_symset_customiz(
const char *symset_name, int custtype,
enum graphics_sets which_set);
extern void apply_customizations_to_symset(enum graphics_sets which_set);