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:
/* || 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: parser.c,v 1.
17
2002
/
10
/
21
17:
06:21
marcus
Exp $
+
|| $Id: parser.c,v 1.
18
2003
/
12
/
01
20:
17:
04
nilsson
Exp $
*/ #include "global.h" #include "stralloc.h" #include "global.h"
-
RCSID("$Id: parser.c,v 1.
17
2002
/
10
/
21
17:
06:21
marcus
Exp $");
+
RCSID("$Id: parser.c,v 1.
18
2003
/
12
/
01
20:
17:
04
nilsson
Exp $");
#include "pike_macros.h" #include "interpret.h" #include "program.h" #include "program_id.h" #include "object.h" #include "operators.h" #include "module.h" #include "parser.h"
pike.git/src/modules/Parser/parser.c:143:
stack_swap(); f_arrow(2); if (sp[-1].type==T_INT) { pop_stack(); stack_dup(); push_text("_Parser_"); stack_swap(); f_add(2);
-
push_int(0);
-
SAFE_APPLY_MASTER("resolv",
2
);
+
SAFE_APPLY_MASTER("resolv",
1
);
} if (sp[-1].type==T_INT) { pop_stack(); stack_dup(); push_text("_Parser");
-
push_int(0);
-
SAFE_APPLY_MASTER("resolv",
2
);
+
SAFE_APPLY_MASTER("resolv",
1
);
stack_swap(); if(sp[-2].type == T_INT) { pop_stack(); }else{ f_index(2); } } stack_swap(); pop_stack();