X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcclptree.c;h=1bbcaad7db9d7ad528c3f270e3a7217734bd3bce;hb=7b1bbfddfb6e9d68c645388e3279a4990a6592ef;hp=7e386245fd506ffee881aec46201cc8b90e41ae4;hpb=4aee8993113119c95924d9be4ed2707d5034348c;p=yaz-moved-to-github.git diff --git a/src/cclptree.c b/src/cclptree.c index 7e38624..1bbcaad 100644 --- a/src/cclptree.c +++ b/src/cclptree.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ /** @@ -9,6 +9,9 @@ * This source file implements functions to parse and print * a CCL node tree (as a result of parsing). */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -147,6 +150,7 @@ void ccl_pr_tree(struct ccl_rpn_node *rpn, FILE *fd_out) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab