X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fd1_absyn.h;h=44a3a03746cbca98c3638a5a6985f90ff1899f11;hp=f1447733d234d3ab516e177f812b77a0e2a1570b;hb=d02c4c703a93e0ad3f4ccde4519879f1f57a6824;hpb=1872e3fc60b482771bbd1cb4b0290b8d6a9ef5d0 diff --git a/include/d1_absyn.h b/include/d1_absyn.h index f144773..44a3a03 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,8 +1,5 @@ -/* $Id: d1_absyn.h,v 1.12 2007-04-16 08:44:31 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2011 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 @@ -33,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 @@ -50,7 +47,7 @@ typedef struct data1_xpelement struct data1_absyn { char *name; - int *oid; + Odr_oid *oid; data1_tagset *tagset; data1_varset *varset; data1_esetname *esetnames; @@ -68,6 +65,7 @@ struct data1_absyn /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab