X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fcql2pqf.c;h=9f76c3ad480cc03af0f5935aa0c5dcf5e90baab8;hp=ba7c1a983afa9f9daf4e58258b1ef1601337dcd6;hb=8e6bdfe54743294add27acc265adae0f6999a9ca;hpb=b9d525dc1bec0fb8da16a810f7115b656d4b328c diff --git a/util/cql2pqf.c b/util/cql2pqf.c index ba7c1a9..9f76c3a 100644 --- a/util/cql2pqf.c +++ b/util/cql2pqf.c @@ -1,7 +1,10 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -39,6 +42,7 @@ int main(int argc, char **argv) break; case 'r': reverse = 1; + break; case 'n': iterations = atoi(arg); break;