X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fodr.c;h=e172eda7c464fbed629f5ad2c7ba7ba4c73bdd50;hp=86b8652f5ead86f1e3975cd27089003c353396da;hb=e5324215018e129dd19734acd0e683e5af748423;hpb=84123e31b540666d168a28292c0461698841f8be 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) {