X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fd1_absyn.h;h=e369640f7d118be2c975fd5a1fbdf506068185d1;hb=7442b1f93247813cbf4f299fc3e66208fae9bdc6;hp=31d69f3a0f8e7178e439da26fe5451bca474848c;hpb=a66b7d79383ae700f3358731eecfe2aafed0e90d;p=idzebra-moved-to-github.git diff --git a/include/d1_absyn.h b/include/d1_absyn.h index 31d69f3..e369640 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2010 Index Data + Copyright (C) 2004-2013 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -30,11 +30,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA typedef struct data1_xpelement { char *xpath_expr; -#ifdef ENHANCED_XELM +#ifdef ENHANCED_XELM struct xpath_location_step xpath[XPATH_STEP_COUNT]; int xpath_len; #endif - struct DFA *dfa; + struct DFA *dfa; data1_termlist *termlists; struct data1_xpelement *next; #if OPTIMIZE_MELM