CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/04/28 04:16:25
Modified files:
devel/cln : Makefile
devel/cln/patches: patch-Makefile_in
Added files:
devel/cln/patches: patch-src_base_low_cl_low_div_cc
patch-src_base_low_cl_low_mul_cc
Log message:
Define variables with C linkage to match earlier declarations.
This fixes clang6 errors that "declaration in global scope conflicts
with declaration with C language linkage". None of these show up
on x86, but some do on aarch64 due to different #ifdef paths.
ok pirofti@