pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-09-19
1999-09-19 18:31:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d0844b48908e88e45e4399b682e5923167609463 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed minor typo.
Rev: src/docode.c:1.52
3:
||| 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"
241:
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)