X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-ccl.c;h=ddac41d541b700d952cecc973859e9b42eaab134;hb=7bfdd9cdcbfd12d6690278c9b56a7ac26b2457e9;hp=8eef9af0d8b96227f4363333883fa834d1faeb35;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;p=yaz-moved-to-github.git diff --git a/src/yaz-ccl.c b/src/yaz-ccl.c index 8eef9af..ddac41d 100644 --- a/src/yaz-ccl.c +++ b/src/yaz-ccl.c @@ -1,11 +1,14 @@ /* 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. */ /** * \file yaz-ccl.c * \brief Implements CCL node tree to RPN converson. */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -49,6 +52,7 @@ Z_AttributesPlusTerm *ccl_scan_query (ODR o, struct ccl_rpn_node *p) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab