aboutsummaryrefslogtreecommitdiff
path: root/src/list_tmp.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-04-01 16:12:11 +0200
committerThomas White <taw@physics.org>2010-04-01 16:12:11 +0200
commitfced9d2b5b9154205886e12b5cde73292db3b59d (patch)
treed50ce7b6c6485e16910d3386f74a9c52129f10c0 /src/list_tmp.h
parent4ef558e6c6b1bf7be1a28b945834f8c5fcb65dd0 (diff)
indexamajig: Introduce multithreading
Diffstat (limited to 'src/list_tmp.h')
-rw-r--r--src/list_tmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list_tmp.h b/src/list_tmp.h
index f95b7af9..7b2c9d0c 100644
--- a/src/list_tmp.h
+++ b/src/list_tmp.h
@@ -64,7 +64,7 @@ static inline void LABEL(set)(TYPE *ref, signed int h,
}
-static inline TYPE LABEL(lookup)(TYPE *ref, signed int h,
+static inline TYPE LABEL(lookup)(const TYPE *ref, signed int h,
signed int k, signed int l)
{
int idx;