Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-10-30
2006-10-30 15:55:23 by Martin Stjernholm <mast@lysator.liu.se>
3be6fd8a00078f994de424909365e484b2ee1ec2 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Added 4.6 compat level.
Rev: server/base_server/roxen.pike:1.945
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
944
2006/10/
27
15:
58
:
38
mast Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
945
2006/10/
30
15:
55
:
23
mast Exp $";
//! @appears roxen //!
108:
// cache static optimization for tags such as <if> and <emit> inside // <cache> since that optimization can give tricky incompatibilities // with 2.4.
-
array(string) compat_levels = ({"2.1", "2.2", "2.4", "2.5", "3.3", "3.4", "4.0", "4.5" });
+
array(string) compat_levels = ({"2.1", "2.2", "2.4", "2.5",
+
"3.3", "3.4",
+
"4.0", "4.5"
,
"4.6"
});
#ifdef THREADS mapping(string:string) thread_names = ([]);