|
Posted by Ilya Zakharevich on February 29, 2008, 8:47 pm
Please log in for more thread options
[A complimentary Cc of this posting was sent to
Matthias Bethke
> if(btrie_lookup((btrie_trienodep_t*)&self,&isctrie,&key,&value))
> XPUSHs(value)
> else
> XSRETURN_UNDEF;
>
> but this puts a reference to seemingly random values on the stack. I'm
> surely missing something here?
You are missing (at least) that you need to cut & paste THE REAL CODE
to have a hope to get meaningful replys.
Hope this helps,
Ilya
|