pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
2020-01-28
2020-01-28 15:34:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>
916c59e08871375a80e02f6c8b186962b644613b (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
master
Cosmetic cleanup.
93:
PIKE_T_INT_UNTYPED= 18, /* Optimization of int type size */
-
PIKE_T_GET_SET= 32, /* Getter setter.
-
* Only valid in struct identifier */
+
-
+
/* Type to put in freed svalues. Only the type field in such svalues * is defined. Freeing a PIKE_T_FREE svalue is allowed and does * nothing. mark_free_svalue() is preferably used to set this type.
124:
/* No types above this value should appear on the stack. */ PIKE_T_STACK_MAX= T_ARRAY_LVALUE,
+
PIKE_T_GET_SET= 32, /* Getter setter.
+
* Only valid in struct identifier */
+
/* * The following types are only used in compile-time types and * as markers in struct identifier.