X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr.c;h=e172eda7c464fbed629f5ad2c7ba7ba4c73bdd50;hb=695e6df9fce9b838cb3fe8f49b211ed99943caef;hp=86b8652f5ead86f1e3975cd27089003c353396da;hpb=19af2bd8dfd21731cc978beccd1346133d614c67;p=yaz-moved-to-github.git diff --git a/odr/odr.c b/odr/odr.c index 86b8652..e172eda 100644 --- a/odr/odr.c +++ b/odr/odr.c @@ -1,9 +1,12 @@ /* - * Copyright (c) 1995-2000, Index Data + * Copyright (c) 1995-2001, Index Data * See the file LICENSE for details. * * $Log: odr.c,v $ - * Revision 1.33 2000-02-29 13:44:55 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 @@ -123,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) {