pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-16
1998-01-16 23:02:40 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
aeeef390ae8113bece9ea60e99244da011e5c20d (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
line number bugg fixed
Rev: src/cpp.c:1.8
Rev: src/lex.c:1.39
Rev: src/program.c:1.50
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
49
1998/01/
14
07
:
53
:
52
hubbe Exp $");
+
RCSID("$Id: program.c,v 1.
50
1998/01/
16
23
:
02
:
40
hubbe Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
1632:
{ add_to_linenumbers(a); }else if(a>=-32768 && a<32768){
-
add_to_linenumbers(
a
);
+
add_to_linenumbers(
-127
);
ins_short(a, add_to_linenumbers); }else{ add_to_linenumbers(-128);