- Timestamp:
- Aug 24, 2017, 11:25:29 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- ddf8a29
- Parents:
- 3c09d47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/exception.h
r3c09d47 rc315863 29 29 struct __cfaehm__base_exception_t * other); 30 30 void (*free)(struct __cfaehm__base_exception_t *this); 31 const char (*msg)(struct __cfaehm__base_exception_t *this);31 const char * (*msg)(struct __cfaehm__base_exception_t *this); 32 32 }; 33 33 struct __cfaehm__base_exception_t {
Note: See TracChangeset
for help on using the changeset viewer.