Changes between Initial Version and Version 1 of Ticket #203


Ignore:
Timestamp:
Jul 24, 2020, 3:33:54 PM (4 years ago)
Author:
ajbeach
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #203 – Description

    initial v1  
    5959#if SHOW_ERROR == 1
    6060// No alternatives:
    61 wrap_e(int) error_obj = { inner_obj };
     61wrap_e(int) error_obj = { empty_obj };
    6262
    6363#elif SHOW_ERROR == 2
    6464// No alternatives:
    65 wrap_e(char) error_obj @= { inner_obj };
     65wrap_e(char) error_obj @= { empty_obj };
    6666
    6767#elif SHOW_ERROR == 3