pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-15
2003-04-15 18:47:02 by Martin Nilsson <mani@lysator.liu.se>
84d89c0dd655f85ea4be7bc738ba19f35870a840 (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Complain about non-integer responses from main.
Rev: lib/master.pike.in:1.272
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
271
2003/04/
10
16
:
05
:
52
mast
Exp $
+
// $Id: master.pike.in,v 1.
272
2003/04/
15
18
:
47
:
02
nilsson
Exp $
#pike __REAL_VERSION__
2132:
handle_error (err); ret = 10; }
-
if(!intp(ret)) exit(
0
);
+
if(!intp(ret))
{
+
werror("Error: Non-integer value %O returned from main.\n", ret);
+
exit(
10
);
+
}
if(ret >=0) exit([int]ret); _async=1;