X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcclp.h;h=d79274239009361bb7f78c26439d3b3aa24cc9f4;hb=b756b711841bac38e5b69baa51939ca9e1c01adb;hp=85864e272af7293a81e4f1572cb93379d80d55df;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7;p=yaz-moved-to-github.git diff --git a/src/cclp.h b/src/cclp.h index 85864e2..d792742 100644 --- a/src/cclp.h +++ b/src/cclp.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data. + * Copyright (C) 1995-2011 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -55,6 +55,8 @@ struct ccl_token { struct ccl_token *prev; const char *ws_prefix_buf; /* leading white space buf */ size_t ws_prefix_len; /* leading white space len */ + int left_trunc; /* left truncated */ + int right_trunc; /* right truncated */ }; /** CCL parser structure */ @@ -122,6 +124,7 @@ const char *ccl_qual_get_name(ccl_qualifier_t q); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab