1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-16 12:03:03 -05:00
Simon Tatham fb5da46c48 Make more file-scope variables static.
In the previous trawl of this, I didn't bother with the statics in
main-program modules, on the grounds that my main aim was to avoid
'library' objects (shared between multiple programs) from polluting
the global namespace. But I think it's worth being more strict after
all, so this commit adds 'static' to a lot more file-scope variables
that aren't needed outside their own module.
2020-02-02 10:02:10 +00:00
..
2020-02-02 10:02:10 +00:00
2019-03-31 10:35:10 +01:00
2020-01-30 06:40:21 +00:00
2019-10-14 19:42:37 +01:00
2020-01-30 06:40:21 +00:00
2020-01-21 20:24:04 +00:00
2020-02-02 10:02:10 +00:00
2020-01-30 06:40:21 +00:00
2019-10-14 19:42:37 +01:00
2020-01-21 20:24:04 +00:00