Changeset aaca19fb68c3cfe89e2acb105d2c3e8f5e028275 for include
- Timestamp:
- 06/20/10 04:51:37 (2 years ago)
- Parents:
- 20d93fb737c36e2fa36fb1e9ac36734be14a77c6
- Children:
- 15f9f5604c8c79bc8923edc3cbbf26eec93484c9
- git-committer:
- redbrain <redbrain@crules.org> / 2010-06-20T04:51:37Z+0100
- Files:
-
- 1 modified
-
include/crules/symbols.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
include/crules/symbols.h
r20d93fb raaca19f 134 134 bool (*print_hook)( void * , FILE * , bool ); 135 135 crl_branch_context * context; 136 struct crl_number_prot_t * binary_protocol;137 struct crl_builtin_member_def_t * member_fields;138 struct crl_builtin_function_def_t * member_functions;136 const struct crl_number_prot_t * binary_protocol; 137 const struct crl_builtin_member_def_t * member_fields; 138 const struct crl_builtin_function_def_t * member_functions; 139 139 bool builtin; 140 140 } crl_type_obj_def_t ;
