diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:42 +0900 |
commit | da6bd0768e4304e6c2853d012c7d0686a205addb (patch) | |
tree | 28183b703384e45f7330e6db3212dce058f70785 /lib/widgets/kdevhtmlpart.cpp | |
parent | ae5e2adcf39a6c7abbcd874e40e05bbbff428e2c (diff) | |
download | tdevelop-da6bd0768e4304e6c2853d012c7d0686a205addb.tar.gz tdevelop-da6bd0768e4304e6c2853d012c7d0686a205addb.zip |
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/widgets/kdevhtmlpart.cpp')
-rw-r--r-- | lib/widgets/kdevhtmlpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/kdevhtmlpart.cpp b/lib/widgets/kdevhtmlpart.cpp index 7c699301..35b2216f 100644 --- a/lib/widgets/kdevhtmlpart.cpp +++ b/lib/widgets/kdevhtmlpart.cpp @@ -172,7 +172,7 @@ TQString KDevHTMLPart::context() const // Note: this function is a copy of code in tdecore/tdeconfigbase.cpp ;) static bool isUtf8(const char *buf) { int i, n; - register unsigned char c; + unsigned char c; bool gotone = false; #define F 0 /* character never appears in text */ |