From 5af7878a18eecac9011b5b19aefb70b704100b42 Mon Sep 17 00:00:00 2001 From: powturbo Date: Thu, 11 Jun 2015 22:16:40 +0200 Subject: [PATCH] Inverted Index: Indexing App --- idxcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idxcr.c b/idxcr.c index 0135f29..77fbf9d 100644 --- a/idxcr.c +++ b/idxcr.c @@ -21,7 +21,7 @@ - twitter : https://twitter.com/powturbo - email : powturbo [_AT_] gmail [_DOT_] com **/ -// idxcr.c - "Integer Compression" Create inverted index for using by idxqry for benchmarking +// idxcr.c - "Integer Compression" Create inverted index for using by idxqry for benchmarking #define _LARGEFILE64_SOURCE 1 #define _FILE_OFFSET_BITS 64 #include