]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove the EXTERN define from stabsread.h
authorTom Tromey <tom@tromey.com>
Tue, 22 Jan 2019 08:58:59 +0000 (01:58 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 22 Jan 2019 23:00:05 +0000 (16:00 -0700)
commitd65d5705cd6e972067dfa7ccf1f9e0950c1538ff
tree39d5d625e951b37740f152b5012c44caccbecb71
parentb1afaa356621e3236ff27fec09e63fb99e9e990e
Remove the EXTERN define from stabsread.h

This removes the EXTERN define from stabsread.h.  This is the only
spot that still uses this approach, and it interfered with sorting the
includes in stabsread.c.

Tested by rebuilding.

gdb/ChangeLog
2019-01-22  Tom Tromey  <tom@tromey.com>

* stabsread.c (EXTERN): Do not define.
(symnum, next_symbol_text_func, processing_gcc_compilation)
(within_function, global_sym_chain, global_stabs)
(previous_stab_code, this_object_header_files)
(n_this_object_header_files)
(n_allocated_this_object_header_files): Define.
* stabsread.h (EXTERN): Never define.  Use "extern".
gdb/ChangeLog
gdb/stabsread.c
gdb/stabsread.h