pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-06-05
2008-06-05 15:10:45 by Martin Stjernholm <mast@lysator.liu.se>
7afbec6bcd3c82ecf78815f2940849cc534cde69 (
7
lines) (+
3
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
No need to pass the environment to master()->_main anymore.
Rev: src/main.c:1.229
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: main.c,v 1.
228
2008/
01
/
26
22
:
34
:
21
mast Exp $
+
|| $Id: main.c,v 1.
229
2008/
06
/
05
15
:
10
:
45
mast Exp $
*/ #include "global.h"
578:
pike_push_argv(argc, argv);
-
pike_push_env();
-
-
apply(m, "_main",
2
);
+
apply(m, "_main",
1
);
pop_stack(); num=0; } else {