pike.git/
src/
operators.c
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.
611:
{ case T_STRING: { struct pike_string *file;
-
INT32
lineno;
+
INT_TYPE
lineno;
if(Pike_fp->pc && (file = low_get_line(Pike_fp->pc, Pike_fp->context->prog, &lineno))) { push_string(file);
649:
{ case T_STRING: { struct pike_string *file;
-
INT32
lineno;
+
INT_TYPE
lineno;
if(Pike_fp->pc && (file = low_get_line(Pike_fp->pc, Pike_fp->context->prog, &lineno))) { push_string(file);