pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-01-12
2004-01-12 21:49:28 by Marcus Comstedt <marcus@mc.pp.se>
4b6ca71b68ea9c93c22e654b4d22e2b4912a6afa (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Test the correct version, please...
Rev: lib/master.pike.in:1.329
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
328
2004/01/12 21:
45
:
38
marcus Exp $
+
// $Id: master.pike.in,v 1.
329
2004/01/12 21:
49
:
28
marcus Exp $
#pike __REAL_VERSION__
2447:
// eval_instruction in interpret.c so that the debug and // trace levels set above take effect in the bytecode // evaluator.
-
if(
currentversion
<= Version(7,4))
+
if(
Version(compat_major,compat_minor)
<= Version(7,4))
prog (sizeof(argv),argv,env); else ret = prog()->run(sizeof(argv),argv,getenv());