diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:33 +0900 |
commit | 9d57e3ae1b71f4f21f56b7a45cb92b64250e2b04 (patch) | |
tree | 86303b250586d986ea4ef73c8a3059b172f3e8f1 /flow/gsl/gsldatacache.c | |
parent | 8a30d26ad48c3cad6800c365c6d27ae2d676294c (diff) | |
download | arts-9d57e3ae1b71f4f21f56b7a45cb92b64250e2b04.tar.gz arts-9d57e3ae1b71f4f21f56b7a45cb92b64250e2b04.zip |
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'flow/gsl/gsldatacache.c')
-rw-r--r-- | flow/gsl/gsldatacache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flow/gsl/gsldatacache.c b/flow/gsl/gsldatacache.c index b00f6ef..ca3a188 100644 --- a/flow/gsl/gsldatacache.c +++ b/flow/gsl/gsldatacache.c @@ -264,8 +264,8 @@ data_cache_lookup_nextmost_node_L (GslDataCache *dcache, nodes -= 1; do { - register gint cmp; - register guint i; + gint cmp; + guint i; i = (n_nodes + 1) >> 1; check = nodes + i; |