- File:
-
- 1 edited
-
doc/working/exception/translate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/working/exception/translate.c
r35ba584c r6a48cc9 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;71 56 72 57
Note:
See TracChangeset
for help on using the changeset viewer.