pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-07
2001-06-07 21:51:59 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
9d348e36134fd98a4d66916681dbaaa4b6cb9e0e (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.0
fixed a bug in node_is_eq
Rev: src/las.c:1.178
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
177
2001/
05
/
22
13
:
03
:
36
grubba
Exp $");
+
RCSID("$Id: las.c,v 1.
178
2001/
06
/
07
21
:
51
:
59
hubbe
Exp $");
#include "language.h" #include "interpret.h"
1294:
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;