commit | c6a6aad52d9e839d6a84ac31cabe2b7e1a2a31a0 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <andrew.burgess@embecosm.com> | Mon Oct 25 17:25:45 2021 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Thu Nov 25 10:07:15 2021 +0000 |
tree | cdbb63c1e4482fe8d6a74ca488b8dc82abc4d8c5 | |
parent | 32b1f5e8d6b8ddd3be6e471c26dd85a1dac31dda [diff] |
gdb/python: make some global variables static Make a couple of global variables static in python/python.c. To do this I had to move the definition of extension_language_python to later in the file. There should be no user visible changes after this commit.