Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-05
2001-09-05 15:20:45 by Martin Stjernholm <mast@lysator.liu.se>
268d089c72612b3d2c36e77cb82962c4c4eb1a47 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Nope, compat_levels worked as designed.
Rev: server/base_server/roxen.pike:1.730
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.
729
2001/09/05
14
:
36
:
33
per
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
730
2001/09/05
15
:
20
:
45
mast
Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
88:
return fname-(getcwd()+"/"); }
-
array(string) compat_levels = ({"2.
2
", "2.
1
"});
+
array(string) compat_levels = ({"2.
1
", "2.
2
"});
#ifdef THREADS mapping(string:string) thread_names = ([]);