Show
Ignore:
Timestamp:
06/20/10 04:51:37 (2 years ago)
Author:
redbrain <redbrain@…>
Parents:
20d93fb737c36e2fa36fb1e9ac36734be14a77c6
Children:
15f9f5604c8c79bc8923edc3cbbf26eec93484c9
git-committer:
redbrain <redbrain@crules.org> / 2010-06-20T04:51:37Z+0100
Message:

bug fix on many references to single objects in a single context

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • include/crules/symbols.h

    r20d93fb raaca19f  
    134134  bool (*print_hook)( void * , FILE * , bool ); 
    135135  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; 
    139139  bool builtin; 
    140140} crl_type_obj_def_t ;