pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-07
2001-06-07 21:47:11 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
4e7746dfcdb659ee85297f5ce77b02c78ee8c78c (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
fixed a bug in node_is_eq
Rev: src/las.c:1.253
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
252
2001/
05
/
21
22
:
04
:
50
grubba
Exp $");
+
RCSID("$Id: las.c,v 1.
253
2001/
06
/
07
21:
47
:
11
hubbe
Exp $");
#include "language.h" #include "interpret.h"
1802:
switch(a->token) {
+
case F_EXTERNAL:
case F_LOCAL: return a->u.integer.a == b->u.integer.a && a->u.integer.b == b->u.integer.b;