tclib
tclib copied to clipboard
Remove double underscores for internal functions
Double underscores anywhere in an identifier are reserved in C++ (their use was temporary anyways). They should be replaced with some other syntax.