pike.git/
src/
mapping.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-06
2000-02-06 01:49:54 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
a11c9fb0400bdcb75d71674cbb354dfb07505559 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for mapping_search (I hope)
Rev: src/mapping.c:1.62
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: mapping.c,v 1.
61
2000/02/
04
20
:
16
:
16
hubbe Exp $");
+
RCSID("$Id: mapping.c,v 1.
62
2000/02/
06
01
:
49
:
54
hubbe Exp $");
#include "main.h" #include "object.h" #include "mapping.h"
1614:
to->u.integer=0; return; }
+
k=k->next;
}