Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/working/exception/impl/main.c

    r4a58895 r88e0080  
    3333//libcfa but there is one problem left, see the exception table
    3434//for details
    35 __attribute__((noinline))
    3635void try( void (*try_block)(), void (*catch_block)() )
    3736{
     
    130129        raii_t a = { "Main dtor" };
    131130
    132         for (unsigned int i = 0 ; i < 100000000 ; ++i) foo();
     131        foo();
    133132
    134133        printf("End of program reached\n");
Note: See TracChangeset for help on using the changeset viewer.