pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-27
2000-01-27 23:12:08 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
0e03f68b3126c27922ccacc1a604abd650fbc0b3 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
added is_identical (not overloadable)
Rev: src/svalue.c:1.61
Rev: src/svalue.h:1.47
5:
\*/ /*
-
* $Id: svalue.h,v 1.
46
2000/01/
02
23:
29
:
19
mast
Exp $
+
* $Id: svalue.h,v 1.
47
2000/01/
27
23:
12
:
08
hubbe
Exp $
*/ #ifndef SVALUE_H #define SVALUE_H
316:
TYPE_T type); unsigned INT32 hash_svalue(struct svalue *s); int svalue_is_true(struct svalue *s);
+
int is_identical(struct svalue *a, struct svalue *b);
int is_eq(struct svalue *a, struct svalue *b); int low_is_equal(struct svalue *a, struct svalue *b,
327:
int is_equal(struct svalue *a,struct svalue *b); int is_lt(struct svalue *a,struct svalue *b); void describe_svalue(struct svalue *s,int indent,struct processing *p);
-
void print_svalue(FILE *out, struct svalue *s);
+
void print_svalue
(FILE *out, struct svalue *s);
void clear_svalues(struct svalue *s, INT32 num); void clear_svalues_undefined(struct svalue *s, INT32 num); void copy_svalues_recursively_no_free(struct svalue *to,