#29974: gperf produces code that is not C99 compatible -----------------------------------+---------------------------------------- Reporter: jeremyhu@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gperf -----------------------------------+---------------------------------------- gperf uses this: {{{ #ifdef __GNUC__ __inline #endif }}} rather than this: {{{ static inline }}} This can be seen in lex.c in ruby which fails to build with clang. -- Ticket URL: <https://trac.macports.org/ticket/29974> MacPorts <http://www.macports.org/> Ports system for Mac OS