X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcql.y;h=00d806a0e98a206d66078b6b360f266afac6fbc4;hp=69583064a692e74cb173c02a557866f9647f019a;hb=ed51c750eb5540c5a3a34ef3beb0c043a6e65f7c;hpb=d0e351c12fff564d876958e860338d43716dc269 diff --git a/src/cql.y b/src/cql.y index 6958306..00d806a 100644 --- a/src/cql.y +++ b/src/cql.y @@ -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. */ /* bison parser for CQL grammar. */ @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include @@ -266,7 +266,7 @@ int yylex(YYSTYPE *lval, void *vp) return 0; if (c == '\n') return 0; - } while (isspace(c)); + } while (yaz_isspace(c)); if (strchr("()=>top; } +/* + * Local variables: + * c-basic-offset: 4 + * c-file-style: "Stroustrup" + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */