pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-01-05
2003-01-05 19:54:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3071983a6247047784bb7a9cb029cf1c23b733b9 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
More ISO 6.3.4 fixes.
Rev: src/apply_low.h:1.13
Rev: src/interpret.c:1.286
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: interpret.c,v 1.
285
2002
/
12
/
07
16
:
36
:
41
grubba Exp $
+
|| $Id: interpret.c,v 1.
286
2003
/
01
/
05
19
:
54
:
04
grubba Exp $
*/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
285
2002
/
12
/
07
16
:
36
:
41
grubba Exp $");
+
RCSID("$Id: interpret.c,v 1.
286
2003
/
01
/
05
19
:
54
:
04
grubba Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
1365:
o=scope->current_object; goto apply_low_with_scope; }
-
fun = (
ptrdiff_t
)arg2;
+
fun = (
(char *
)arg2
) - (char *)0
;
apply_low: #undef SCOPE