]> git.eshelyaron.com Git - emacs.git/commit
Prefer static to extern in ebrowse
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Dec 2019 01:30:42 +0000 (17:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Dec 2019 01:32:07 +0000 (17:32 -0800)
commit28578f87b52ead4d31479fdcfba028118dfa6987
treead5feb4f01d3b7026a50e27ab4182aa3af3a5642
parenteec809e98361eec5053ed6c6dd6f3a1a27ef2b6e
Prefer static to extern in ebrowse

* lib-src/ebrowse.c (info_where, info_cls, info_member)
(info_position, options, yyival, yytext, yytext_end, yyout)
(yyline, filename, is_ident, is_digit, is_white, f_append)
(f_verbose, f_very_verbose, f_structs, f_regexps)
(f_nested_classes, min_regexp, max_regexp, inbuffer, in)
(inbuffer_size, string_start, class_table, member_table)
(namespace_alias_table, global_symbols, current_namespace)
(all_namespaces, namespace_stack, namespace_stack_size)
(namespace_sp, tk, keyword_table, search_path)
(search_path_tail, scope_buffer, scope_buffer_size)
(scope_buffer_len): Now static.
(options): Now const.
lib-src/ebrowse.c