Changeset 6a48cc9 for doc/working/exception/translate.c
- Timestamp:
- Jun 14, 2017, 2:46:27 PM (8 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:
- 78372fd, 838ef08
- Parents:
- e4e9173
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/working/exception/translate.c
re4e9173 r6a48cc9 237 237 } 238 238 void finally1() { 239 // (Finally, because of timing, also work for resume.) 239 // Finally, because of timing, also works for resume. 240 // However this might not actually be better in any way. 240 241 __try_resume_cleanup(); 241 242
Note: See TracChangeset
for help on using the changeset viewer.