pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2012-01-12
2012-01-12 14:49:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ef24a87c7cdad0510da303068af3f3a973e058e4 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Compiler: The compiler and runtime are now INT_TYPE-clean wrt line numbers.
1023:
errname Program.defined; optflags OPT_TRY_OPTIMIZE; {
-
INT32
line;
+
INT_TYPE
line;
struct pike_string *tmp = low_get_program_line(p, &line); pop_n_elems(args);
1707:
/* These two are considered to be uninitialized from prog, pc and * fun as long as lineno == -1. */ CVAR struct pike_string *filename;
-
CVAR
INT32
lineno;
+
CVAR
INT_TYPE
lineno;
INIT {