Changes between Initial Version and Version 1 of Ticket #61153, comment 18
- Timestamp:
- Sep 9, 2020, 9:48:18 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61153, comment 18
initial v1 3 3 > > So we need to figure out why {{{ffi_go_closure}}} is undefined, or otherwise fix that section of the file. 4 4 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: 6 6 7 7 {{{