Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/working/exception/translate.c

    r6a48cc9 r35ba584c  
    5454
    5555__throw_resume(exception_instance);
     56
     57
     58
     59// Rethrows (inside matching handlers):
     60"Cforall"
     61
     62throw;
     63
     64resume;
     65
     66"C"
     67
     68__rethrow_terminate();
     69
     70return false;
    5671
    5772
Note: See TracChangeset for help on using the changeset viewer.