X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=data1%2Fd1_read.c;h=54f752517dbb49ce20c8f458a66aeee08736ff5a;hp=1afae5a6f5bd3d76af16f029ba60080eda916b2a;hb=11d386bdb7b6b4a9bba10da749a5770b509c1fbd;hpb=97a7adeb9e5059463f039495cc01cfa448463a27 diff --git a/data1/d1_read.c b/data1/d1_read.c index 1afae5a..54f7525 100644 --- a/data1/d1_read.c +++ b/data1/d1_read.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + 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 @@ -22,6 +22,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * This module reads "loose" SGML and converts it to data1 tree */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -1164,6 +1167,7 @@ void data1_concat_text(data1_handle dh, NMEM m, data1_node *n) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab