pike.git
/
src
/
dumpmaster.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/dumpmaster.pike:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: dumpmaster.pike,v 1.
13
2004/07/04
16
:
28:
23 srb Exp $
+
|| $Id: dumpmaster.pike,v 1.
14
2004/07/04
17
:
23
:
02
srb Exp $
*/ string fr; array encoded=({});
-
#define
werror _
werror
+
private
function
werror
=
_
static_modules.files()->_stderr->write;
void handle_error(mixed err) { foreach(encoded, mixed o) { werror("***Failed to encode %t: %O\n",o,o); #if constant(_describe) _describe(o); #endif }