Roxen.git/
server/
etc/
modules/
Variable.pmod/
module.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-01
2001-08-01 17:10:50 by Per Hedbor <ph@opera.com>
630b4894933e41693564f2de64e9ac14ef20ec5a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Do not trust the implicit return 0
Rev: server/etc/modules/Variable.pmod/module.pmod:1.59
1:
-
// $Id: module.pmod,v 1.
58
2001/
07
/
31
09
:
32
:
27
per Exp $
+
// $Id: module.pmod,v 1.
59
2001/
08
/
01
17
:
10
:
50
per Exp $
#include <module.h> #include <roxen.h>
912:
inherit StringChoice; constant type = "DatabaseChoice";
-
function(void:void|object) config = lambda() { return; };
+
function(void:void|object) config = lambda() { return
0
; };
DatabaseChoice set_configuration_pointer( function(void:object) configuration ) //! Provide a function that returns a configuration object,