]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idlcomp/idlparse.y
Fix GCC 4.1.3 issues
[polintos/scott/priv.git] / idlcomp / idlparse.y
index 079d077fda2b92baec39d235c31852f4b49e5a4e..e15c7dd6f68794c58d734e6a91299ce2f6c60109 100644 (file)
@@ -498,7 +498,7 @@ iface:
        } '{' iface_body '}' {
                pop_nspace();
                pop_nspace();
-               $$ = $<iface>3;
+               $$ = $<iface>4;
        }
 ;