Changeset 35ba584c for doc/working/exception/translate.c
- Timestamp:
- Jun 15, 2017, 5:12:41 PM (6 years ago)
- Branches:
- aaron-thesis, arm-eh, 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:
- 974bcdd, cc3e4d0
- Parents:
- cdd1695
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/working/exception/translate.c
rcdd1695 r35ba584c 54 54 55 55 __throw_resume(exception_instance); 56 57 58 59 // Rethrows (inside matching handlers): 60 "Cforall" 61 62 throw; 63 64 resume; 65 66 "C" 67 68 __rethrow_terminate(); 69 70 return false; 56 71 57 72
Note: See TracChangeset
for help on using the changeset viewer.