Roxen.git/
server/
etc/
modules/
RXML.pmod/
module.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2005-09-16
2005-09-16 10:50:00 by Martin Stjernholm <mast@lysator.liu.se>
42fc554f5381df82f278dcea2031ffcffe3e1ba4 (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
5.2
Small debug fix.
Rev: server/etc/modules/RXML.pmod/module.pmod:1.343
2:
// // Created 1999-07-30 by Martin Stjernholm. //
-
// $Id: module.pmod,v 1.
342
2005/
05
/
27
12
:
34
:
23
mast Exp $
+
// $Id: module.pmod,v 1.
343
2005/
09
/
16
10
:
50
:
00
mast Exp $
// Kludge: Must use "RXML.refs" somewhere for the whole module to be // loaded correctly.
49:
//#pragma strict_types // Disabled for now since it doesn't work well enough.
-
#include <config.h>
-
#include <module.h>
-
#include <request_trace.h>
-
+
#define MAGIC_HELP_ARG // #define OBJ_COUNT_DEBUG // #define RXML_OBJ_DEBUG
68:
// #define RXML_PCODE_COMPACT_DEBUG // #define TAGSET_GENERATION_DEBUG
+
#include <config.h>
+
#include <module.h>
+
#include <request_trace.h>
-
+
#ifdef RXML_OBJ_DEBUG # define MARK_OBJECT \ mapping|object __object_marker = RoxenDebug.ObjectMarker (this_object())