X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idlcomp%2Fidlparse.y;h=e15c7dd6f68794c58d734e6a91299ce2f6c60109;hp=079d077fda2b92baec39d235c31852f4b49e5a4e;hb=635cfedb4bbe270f114f7a4e5ab58b7d8e054f7d;hpb=15d9baeca05f30f8564785c255fed765ede457ff diff --git a/idlcomp/idlparse.y b/idlcomp/idlparse.y index 079d077..e15c7dd 100644 --- a/idlcomp/idlparse.y +++ b/idlcomp/idlparse.y @@ -498,7 +498,7 @@ iface: } '{' iface_body '}' { pop_nspace(); pop_nspace(); - $$ = $3; + $$ = $4; } ;