pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2011-02-28
2011-02-28 11:35:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>
eb6f0eef97cecb4c768f77c8d0e6cf1435faf20d (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
master: Restored lost comment.
2699:
protected void create() {
-
if( !fallback_module )
+
if( !fallback_module )
{
+
// NOTE: Uses the empty mapping as the default fallback
+
// for simplified code.
fallback_module = ([]);
-
+
}
if (!name) {