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.
12
2004/
04
/
17
15
:
18
:
52
marcus
Exp $
+
|| $Id: dumpmaster.pike,v 1.
13
2004/
07/
04
16
:
28
:
23
srb
Exp $
*/ string fr; array encoded=({});
-
+
#define werror _werror
+
void handle_error(mixed err) { foreach(encoded, mixed o) { werror("***Failed to encode %t: %O\n",o,o); #if constant(_describe) _describe(o); #endif }