2000-04-06
2000-04-06 18:09:44 by Martin Stjernholm <mast@lysator.liu.se>
-
646ba37e298bdcceebb167cae1c5b4ba68eb9b1a
(14 lines)
(+8/-6)
[
Show
| Annotate
]
Branch: 5.2
It's nicer if the macros are balanced properly wrt the braces.
Rev: server/base_server/roxen.pike:1.477
4:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.
// ABS and suicide systems contributed freely by Francesco Chemolli
- constant cvs_version="$Id: roxen.pike,v 1.476 2000/04/06 16:25:13 leif Exp $";
+ constant cvs_version="$Id: roxen.pike,v 1.477 2000/04/06 18:09:44 mast Exp $";
object backend_thread;
ArgCache argcache;
3115: Inside #if defined(DUMP_DEBUG)
{
#ifdef DUMP_DEBUG
report_debug("** Cannot encode "+file+": "+describe_backtrace(q)+"\n");
- }
- else
- werror( file+" dumped successfully to "+ofile+"\n" );
+
#else
array parts = replace(file, "//", "/") / "/";
if (sizeof(parts) > 3) parts = parts[sizeof(parts)-3..];
- report_debug("[Encode failed for " + parts*"/" + "]\n");
+ report_debug("Dumping failed for " + parts*"/" + "\n");
+ #endif
}
-
+ #ifdef DUMP_DEBUG
+ else
+ werror( file+" dumped successfully to "+ofile+"\n" );
#endif
}
#ifdef DUMP_DEBUG