Branch: Tag:

2000-01-19

2000-01-19 19:00:49 by Martin Stjernholm <mast@lysator.liu.se>

Removed some now obsolete kludges.

Rev: server/etc/modules/RXML.pmod/PXml.pike:1.17
Rev: server/etc/modules/RXML.pmod/module.pmod:1.25

2:   //!   //! Created 1999-07-30 by Martin Stjernholm.   //! - //! $Id: module.pmod,v 1.24 2000/01/18 18:11:17 mast Exp $ + //! $Id: module.pmod,v 1.25 2000/01/19 19:00:49 mast Exp $      //! Kludge: Must use "RXML.refs" somewhere for the whole module to be   //! loaded correctly.
1499:    m_delete (context->unwind_state, "top");    if (!sizeof (context->unwind_state)) context->unwind_state = 0;    } -  if (this_object()/*HMM*/->feed (in)) res = 1; // Might unwind. +  if (feed (in)) res = 1; // Might unwind.    if (res && data_callback) data_callback (this_object());    };    LEAVE_CONTEXT();
1533:    m_delete (context->unwind_state, "top");    if (!sizeof (context->unwind_state)) context->unwind_state = 0;    } -  this_object()/*HMM*/->finish (in); // Might unwind. +  finish (in); // Might unwind.    if (data_callback) data_callback (this_object());    };    LEAVE_CONTEXT();
1678:       // Services.    -  mixed eval() {return this_object()/*HMM*/->read();} +  mixed eval() {return read();}       // Interface.