X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr.c;h=e172eda7c464fbed629f5ad2c7ba7ba4c73bdd50;hb=695e6df9fce9b838cb3fe8f49b211ed99943caef;hp=787b56ecda5717d7e77189c24a251af7e5d23e06;hpb=c126b2a625462f95475f00efdfdf9ce41a0e9c79;p=yaz-moved-to-github.git diff --git a/odr/odr.c b/odr/odr.c index 787b56e..e172eda 100644 --- a/odr/odr.c +++ b/odr/odr.c @@ -1,9 +1,15 @@ /* - * Copyright (c) 1995-2000, Index Data + * Copyright (c) 1995-2001, Index Data * See the file LICENSE for details. * * $Log: odr.c,v $ - * Revision 1.32 2000-01-31 13:15:21 adam + * Revision 1.34 2001-02-21 13:46:53 adam + * C++ fixes. + * + * Revision 1.33 2000/02/29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.32 2000/01/31 13:15:21 adam * Removed uses of assert(3). Cleanup of ODR. CCL parser update so * that some characters are not surrounded by spaces in resulting term. * ILL-code updates. @@ -110,6 +116,9 @@ * * */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -117,7 +126,7 @@ #include #include -Odr_null *ODR_NULLVAL = "NULL"; /* the presence of a null value */ +Odr_null *ODR_NULLVAL = (Odr_null *) "NULL"; /* the presence of a null value */ Odr_null *odr_nullval (void) {