Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/exception.h

    r38ac6ec r307a732  
    1010// Created On       : Mon Jun 26 15:11:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Tus Jul 11 16:31:00 2017
    13 // Update Count     : 2
     12// Last Modified On : Mon Nov 26 15:11:00 2017
     13// Update Count     : 0
    1414//
    1515
     
    2222
    2323#ifdef __CFORALL__
    24 extern "C" {
     24extern "BuiltinC" {
    2525#endif
    2626
    2727// Used in throw statement translation.
    28 void __cfaehm__throw_terminate(exception * except) __attribute__((noreturn));
    29 void __cfaehm__rethrow_terminate() __attribute__((noreturn));
    30 void __cfaehm__throw_resume(exception * except);
     28void __cfaehm__throw_termination(exception * except) __attribute__((noreturn));
     29void __cfaehm__rethrow_termination() __attribute__((noreturn));
     30void __cfaehm__throw_resumption(exception * except);
    3131
    3232// Function catches termination exceptions.
Note: See TracChangeset for help on using the changeset viewer.