From: František Dvořák Date: Tue, 20 Feb 2007 20:31:23 +0000 (+0000) Subject: Forgotten change due to gSoap compatibility... X-Git-Tag: glite-lb-server_R_1_4_6_1~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=6b414bc53e79dd74e2d15011d46ffcf8e7ff8a26;p=jra1mw.git Forgotten change due to gSoap compatibility... --- diff --git a/org.glite.lb.server/src/ws_typeref.c.T b/org.glite.lb.server/src/ws_typeref.c.T index 522da09..e61472a 100644 --- a/org.glite.lb.server/src/ws_typeref.c.T +++ b/org.glite.lb.server/src/ws_typeref.c.T @@ -14,8 +14,8 @@ #define VALUE1(X, V) ((X)->union_1.V) #define VALUE2(X, V) ((X)->union_2.V) #else -#define VALUE1(X, V) ((X)->(V)) -#define VALUE2(X, V) ((X)->(V)) +#define VALUE1(X, V) ((X)->V) +#define VALUE2(X, V) ((X)->V) #endif @@@{