pike.git
/
src
/
modules
/
Parser
/
parser.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Parser/parser.c:1:
#include "global.h" #include "stralloc.h" #include "global.h"
-
RCSID("$Id: parser.c,v 1.
5
1999
/
12
/
30
20
:
42
:
03
mast
Exp $");
+
RCSID("$Id: parser.c,v 1.
6
2000
/
05
/
24
01
:
21
:
38
hubbe
Exp $");
#include "pike_macros.h" #include "interpret.h" #include "program.h" #include "program_id.h" #include "object.h" #include "operators.h" #include "parser.h" #define PARSER_INITER
pike.git/src/modules/Parser/parser.c:137:
SAFE_APPLY_MASTER("resolv",2); } if (sp[-1].type==T_INT) { pop_stack(); stack_dup(); push_text("_Parser"); push_int(0); SAFE_APPLY_MASTER("resolv",2); stack_swap();
+
if(sp[-2].type == T_INT)
+
{
+
pop_stack();
+
}else{
f_index(2); }
-
+
}
stack_swap(); pop_stack(); } void pike_module_init(void) { #ifdef PIKE_DEBUG struct svalue *save_sp = sp; #endif