diff options
Diffstat (limited to 'src/base/index.c')
| -rw-r--r-- | src/base/index.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/index.c b/src/base/index.c index 52d3f08..b7ee929 100644 --- a/src/base/index.c +++ b/src/base/index.c @@ -16,6 +16,7 @@ static int* index_newInt(int x) return new; } +#ifdef CHECK_INDEX static void printIndex(list_t *list) { int i; @@ -30,6 +31,7 @@ static void printIndex(list_t *list) printf("%d\n", thisIndex); } } +#endif #ifdef CHECK_INDEX static void checkIndex(list_t *list) |