pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-08
2014-10-08 14:21:29 by Per Hedbor <ph@opera.com>
8eb452133a657e38cb0b71b4dff569dde9aac9b9 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
The instruction names are only used in debug mode.
Saves about 7k binary and 4k bss.
2108:
return 0; }
-
+
#ifdef PIKE_DEBUG
/* FIXME: Ought to use parent pointer to avoid recursion. */ static void low_print_tree(node *foo,int needlval) {
2348:
low_print_tree(n,0); fputc('\n', stderr); }
+
#endif
-
+
/* The following routines need much better commenting. */ /* They also needed to support lexical scoping and external variables. * /grubba 2000-08-27