Changes between Initial Version and Version 1 of Ticket #61153, comment 18


Ignore:
Timestamp:
Sep 9, 2020, 9:48:18 PM (4 years ago)
Author:
ballapete (Peter "Pete" Dyballa)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61153, comment 18

    initial v1  
    33> > So we need to figure out why {{{ffi_go_closure}}} is undefined, or otherwise fix that section of the file.
    44
    5 `GCC` always defines `__POWERPC__` and similiar values, starting with two underscores and finishing with two underscores. So we should try to add `` || defined (__POWERPC__) || defined (__POWERPC64__)` to the line # 145:
     5`GCC` always defines `__POWERPC__` and similiar values, starting with two underscores and finishing with two underscores. So we should try to add ` || defined (__POWERPC__) || defined (__POWERPC64__)` to the line # 145:
    66
    77{{{