pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-27
2003-02-27 14:52:30 by Marcus Comstedt <marcus@mc.pp.se>
3e57bd01f37d374ef4d44c9134935712b1ea063e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
set_weak_flag() takes two arguments...
Rev: lib/master.pike.in:1.258
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
257
2003/02/27 14:
27
:
35
grubba
Exp $
+
// $Id: master.pike.in,v 1.
258
2003/02/27 14:
52
:
30
marcus
Exp $
#pike __REAL_VERSION__
2930:
}
-
mapping(string:Codec) codecs = set_weak_flag(([]));
+
mapping(string:Codec) codecs = set_weak_flag(([])
,1
);
Codec get_codec(string|void fname, int|void mkobj) { string key = fname + "\0" + mkobj;