From f679e1ab6718e0fce55002e29fe445fdfadd618c Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Tue, 29 Aug 2000 08:08:33 +0000 Subject: [PATCH] fix bug 50445. r=shaver@mozilla.org a=brendan@mozilla.org. Thanks to Marcus G. Daniels for uncovering this bug --- xpcom/typelib/xpidl/xpidl_typelib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xpcom/typelib/xpidl/xpidl_typelib.c b/xpcom/typelib/xpidl/xpidl_typelib.c index 3dbb639b984..6473f5b591b 100644 --- a/xpcom/typelib/xpidl/xpidl_typelib.c +++ b/xpcom/typelib/xpidl/xpidl_typelib.c @@ -1085,6 +1085,9 @@ typelib_op_dcl(TreeState *state) } } + /* stick retval param where we can see it later */ + state->tree = op->op_type_spec; + /* XXX unless [notxpcom] */ if (!op_notxpcom) { if (op->op_type_spec) {