pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-09-30
2014-09-30 19:22:38 by Per Hedbor <ph@opera.com>
007961e680934d8a88b92454113d7294634e7645 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Commited forgotten support function
324:
int pike_type_allow_premature_toss(struct pike_type *type); void register_attribute_handler(struct pike_string *attr, struct svalue *handler);
+
+
/* used by the precompiler to get the correct object types */
+
PMOD_EXPORT void set_program_id_to_id( int (*to)(int) );
+
/* Prototypes end here */ #define visit_type_ref(T, REF_TYPE, EXTRA) \