pike.git/
src/
dumpmaster.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2008-04-25
2008-04-25 15:46:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6ff6b8e183ff8ccc376e59f8451921753e8b3231 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Now makes the new compiler happy.
Added get_default_module().
Rev: src/dumpmaster.pike:1.16
2:
|| 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.
15
2006
/
03
/
17
18
:
36
:
44
grubba Exp $
+
|| $Id: dumpmaster.pike,v 1.
16
2008
/
04
/
25
15
:
46
:
32
grubba Exp $
*/ string fr;
11:
private function werror = _static_modules.files()->_stderr->write;
+
mapping get_default_module()
+
{
+
return 0; // Use the builitin default.
+
}
+
void handle_error(mixed err) { foreach(encoded, mixed o)