CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/04/18 11:10:05
Modified files:
converters/recode: Makefile
Added files:
converters/recode/patches: patch-libiconv_aliases_h
patch-src_recodext_h
Log message:
Two fixes for clang
- don't use a 2 bits bool field (makes no sense, clang errors out)
- switch a function from __inline to __inline static, like the other
function in this header
