]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Rearrange block.c to avoid a forward declaration
authorTom Tromey <tom@tromey.com>
Tue, 17 Jan 2023 00:04:55 +0000 (17:04 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 19 Feb 2023 19:51:05 +0000 (12:51 -0700)
commit4aabc4166430fed52e9a2e4042147e3480f9178a
tree529798f91328b6994d076d64b4407d53bc3ecb28
parent0ea8d78bd3ff77499e9d7c19d7a40cea680e89de
Rearrange block.c to avoid a forward declaration

Moving block_initialize_namespace before its callers lets us avoid a
forward declaration.
gdb/block.c