keep external identifiers under length of 31 char
This commit is contained in:
@@ -2783,7 +2783,7 @@ extern void savedsym_free(void);
|
|||||||
extern void savedsym_strbuf(strbuf_t *);
|
extern void savedsym_strbuf(strbuf_t *);
|
||||||
extern boolean parsesymbols(char *, int);
|
extern boolean parsesymbols(char *, int);
|
||||||
#ifdef ENHANCED_SYMBOLS
|
#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,
|
const char *symset_name, int custtype,
|
||||||
enum graphics_sets which_set);
|
enum graphics_sets which_set);
|
||||||
extern void apply_customizations_to_symset(enum graphics_sets which_set);
|
extern void apply_customizations_to_symset(enum graphics_sets which_set);
|
||||||
|
|||||||
@@ -1077,7 +1077,7 @@ RESTORE_WARNING_FORMAT_NONLITERAL
|
|||||||
struct customization_detail *find_display_sym_customization(
|
struct customization_detail *find_display_sym_customization(
|
||||||
const char *customization_name, const struct symparse *symparse,
|
const char *customization_name, const struct symparse *symparse,
|
||||||
enum graphics_sets which_set);
|
enum graphics_sets which_set);
|
||||||
struct customization_detail *find_matching_symset_customization(
|
struct customization_detail *find_matching_symset_customiz(
|
||||||
const char *customization_name, int custtype,
|
const char *customization_name, int custtype,
|
||||||
enum graphics_sets which_set);
|
enum graphics_sets which_set);
|
||||||
struct customization_detail *find_display_urep_customization(
|
struct customization_detail *find_display_urep_customization(
|
||||||
@@ -1167,7 +1167,7 @@ shuffle_customizations(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct customization_detail *
|
struct customization_detail *
|
||||||
find_matching_symset_customization(
|
find_matching_symset_customiz(
|
||||||
const char *customization_name,
|
const char *customization_name,
|
||||||
int custtype,
|
int custtype,
|
||||||
enum graphics_sets which_set)
|
enum graphics_sets which_set)
|
||||||
|
|||||||
@@ -598,8 +598,8 @@ add_custom_urep_entry(
|
|||||||
gdc->details = 0;
|
gdc->details = 0;
|
||||||
gdc->details_end = 0;
|
gdc->details_end = 0;
|
||||||
}
|
}
|
||||||
details = find_matching_symset_customization(customization_name,
|
details = find_matching_symset_customiz(customization_name,
|
||||||
custom_symbols, which_set);
|
custom_symbols, which_set);
|
||||||
if (details) {
|
if (details) {
|
||||||
while (details) {
|
while (details) {
|
||||||
if (details->content.urep.glyphidx == glyphidx) {
|
if (details->content.urep.glyphidx == glyphidx) {
|
||||||
|
|||||||
Reference in New Issue
Block a user