pike.git
/
src
/
docode.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/docode.c:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/
+
/**/
#include "global.h"
-
RCSID("$Id: docode.c,v 1.
51
1999/09/
18
09
:
21
:
17
hubbe
Exp $");
+
RCSID("$Id: docode.c,v 1.
52
1999/09/
19
18:
31
:
33
grubba
Exp $");
#include "las.h" #include "program.h" #include "language.h" #include "pike_types.h" #include "stralloc.h" #include "interpret.h" #include "constants.h" #include "array.h" #include "pike_macros.h" #include "error.h"
pike.git/src/docode.c:234:
}else{ flags &=~DO_INDIRECT; } /* Stack check */ { long x_= ((char *)&x_) + STACK_DIRECTION * (32768) - stack_top ; x_*=STACK_DIRECTION; if(x_>0) {
-
yyerror("Too
dep
recursion in compiler. (please report this)");
+
yyerror("Too
deep
recursion in compiler. (please report this)");
emit(F_NUMBER,0); if(flags & DO_LVALUE) { emit(F_NUMBER,0); return 2; } return 1; } }