pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-24
2008-05-24 16:21:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
063e7b2370e5f31129309adf463d9598191fce05 (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
One more...
Rev: src/program.c:1.705
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: program.c,v 1.
704
2008/05/24 16:
20
:
00
grubba Exp $
+
|| $Id: program.c,v 1.
705
2008/05/24 16:
21
:
21
grubba Exp $
*/ #include "global.h"
6896:
struct string_builder s; struct pike_string *msg;
-
if (!c)
return;
/* No compiler context. */
+
if (!c)
{
+
/* No compiler context. */
+
pop_n_elems(args);
+
return;
+
}
STACK_LEVEL_START(args);