Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-16
2008-01-16 14:50:07 by Martin Stjernholm <mast@lysator.liu.se>
911a33f7b83cb52638f05a1ca37a6551d2b83383 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a debug macro.
Rev: server/base_server/prototypes.pike:1.205
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
204
2008/01/16
13
:
07
:
00
stewa
Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
205
2008/01/16
14
:
50:
07
mast
Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
725:
//! can never assume that @expr{id->misc->cachekey@} exists to begin //! with. {
-
#
if
ID_CACHEKEY_DEBUG
+
#
ifdef
ID_CACHEKEY_DEBUG
RoxenDebug.ObjectMarker __marker = RoxenDebug.ObjectMarker (this); #endif