Branch: Tag:

2015-04-30

2015-04-30 15:02:20 by Martin Nilsson <nilsson@opera.com>

Corrected return type.

295:    pop_n_elems(args);   }    - /*! @decl void locate_references(string|array|mapping| @ + /*! @decl mixed locate_references(string|array|mapping| @    *! multiset|function|object| @    *! program|type o)    *! @belongs Debug
309:    *! This function only exists if the Pike runtime has been compiled    *! with RTL debug.    */ - PIKEFUN void locate_references(mixed o) + PIKEFUN mixed locate_references(mixed o) +  rawtype tFunc(tSetvar(1,tMix),tVar(1));   {    locate_references(o);   }