summaryrefslogtreecommitdiffstats
path: root/kivio
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-01-30 20:17:52 +0900
committerMichele Calgaro <[email protected]>2020-01-30 23:52:57 +0900
commit6f5e73f8e45830a61c66a08525fb86f0d8371e18 (patch)
tree5d9a1d7b1e2829597fe3ea8bf1915f5f4d49e571 /kivio
parentb027c0d2d9a6bf45e80ece20725216222f4ac7d2 (diff)
downloadkoffice-6f5e73f8e45830a61c66a08525fb86f0d8371e18.tar.gz
koffice-6f5e73f8e45830a61c66a08525fb86f0d8371e18.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e5dc5b5be9900b9c8b2d7988216d56156c806b20)
Diffstat (limited to 'kivio')
-rw-r--r--kivio/kiviopart/kiviosdk/kivio_wrap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/kiviopart/kiviosdk/kivio_wrap.cpp b/kivio/kiviopart/kiviosdk/kivio_wrap.cpp
index 1dae0b53..a3f5c289 100644
--- a/kivio/kiviopart/kiviosdk/kivio_wrap.cpp
+++ b/kivio/kiviopart/kiviosdk/kivio_wrap.cpp
@@ -284,7 +284,7 @@ SWIG_TypeCheck(char *c, _swig_type_info *ty) {
SWIGSTATICRUNTIME(int)
SWIG_ConvertPtr(PyObject *obj, void **ptr, _swig_type_info *ty, int flags) {
unsigned long p;
- register int d;
+ int d;
_swig_type_info *tc;
char *c;
static PyObject *SWIG_this = 0;