pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-26
2003-02-26 16:04:57 by Martin Nilsson <mani@lysator.liu.se>
b4682acd5316564837c46f7f1c1c887393638704 (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
We can load Gmp.bignum after postparseaction.
Rev: lib/master.pike.in:1.255
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
254
2003/02/
25
14
:
10
:
06
grubba
Exp $
+
// $Id: master.pike.in,v 1.
255
2003/02/
26
16
:
04
:
57
nilsson
Exp $
#pike __REAL_VERSION__
1892:
argv = tmp->get_args(argv,1); }
-
#ifdef __AUTO_BIGNUM__
-
main_resolv( "Gmp", "bignum" );
-
#endif /* __AUTO_BIGNUM__ */
-
+
switch (postparseaction) { case "features":
1915:
exit(0); }
+
#ifdef __AUTO_BIGNUM__
+
main_resolv( "Gmp", "bignum" );
+
#endif /* __AUTO_BIGNUM__ */
+
random_seed(time() ^ (getpid()<<8)); if(sizeof(argv)==1)