Roxen.git
/
server
/
etc
/
modules
/
RXML.pmod
/
module.pmod
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/modules/RXML.pmod/module.pmod:1:
// RXML parser and compiler framework. // // Created 1999-07-30 by Martin Stjernholm. //
-
//
$Id: module.pmod,v 1.281 2002/04/17 00:44:04 mast Exp $
+
//
$Id$
// Kludge: Must use "RXML.refs" somewhere for the whole module to be // loaded correctly. static object Roxen; static object roxen; //! API stability notes: //! //! The API in this file regarding the global functions and the Tag, //! TagSet, Context, Frame and Type classes and their descendants is
Roxen.git/server/etc/modules/RXML.pmod/module.pmod:6863:
} static void destroy() { compile(); // To clean up delayed_resolve_places. #ifdef DEBUG if (sizeof (delayed_resolve_places)) { string errmsg = "Still got unresolved delayed resolve places:\n"; foreach (indices (delayed_resolve_places), mixed what) { mixed index = m_delete (delayed_resolve_places, what);
-
errmsg += replace (sprintf (" %O[%O]: %O", what, index, what[index]),
+
errmsg += replace (
predef::
sprintf (" %O[%O]: %O",
+
what, index, what[index]),
"\n", "\n ") + "\n"; } error (errmsg); } #endif } //! @ignore MARK_OBJECT; //! @endignore