pike.git/
src/
peep.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-07-24
1997-07-24 03:33:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>
abaec305d41908cfe6874ee10c4c077d0104765d (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Removed a warning if compiled without DEBUG.
Rev: src/peep.c:1.14
101:
void ins_f_byte(unsigned int b) {
+
#ifdef DEBUG
if(store_linenumbers && b<F_MAX_OPCODE) ADD_COMPILED(b);
-
+
#endif /* DEBUG */
b-=F_OFFSET; #ifdef DEBUG