X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2Fproto.c;h=b654eacd4ed711506b27686e929d4f9075e04c83;hp=d5910ea05341e366ce83c0da574beebd327582d1;hb=8bec24d252450a514ba47690ef187a76a29f8b47;hpb=5510ef5973c29973156c06ffb920deeb04a662d8 diff --git a/asn/proto.c b/asn/proto.c index d5910ea..b654eac 100644 --- a/asn/proto.c +++ b/asn/proto.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: proto.c,v $ - * Revision 1.39 1995-09-29 17:11:53 quinn + * Revision 1.40 1996-01-02 11:46:40 quinn + * Changed 'operator' to 'roperator' to avoid C++ conflict. + * + * Revision 1.39 1995/09/29 17:11:53 quinn * Smallish * * Revision 1.38 1995/09/27 15:02:40 quinn @@ -661,7 +664,7 @@ int z_Complex(ODR o, Z_Complex **p, int opt) return z_RPNStructure(o, &(*p)->s1, 0) && z_RPNStructure(o, &(*p)->s2, 0) && - z_Operator(o, &(*p)->operator, 0) && + z_Operator(o, &(*p)->roperator, 0) && odr_sequence_end(o); }