Use static inline rather than extern inline/inline
authorIan Lynagh <igloo@earth.li>
Mon, 5 Feb 2007 20:36:28 +0000 (20:36 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 5 Feb 2007 20:36:28 +0000 (20:36 +0000)
commit762707e367b3b7740fa713067a9c1c2dde998fc0
tree31b05e4fbfc7ceafe264eb55a3126170c843653a
parentb5f74091bf655513e539c4048d789da89dd27ca7
Use static inline rather than extern inline/inline
I understand this is more portable, and it also fixes warnings when
C things we are wrapping are themselves static inlines (which FD_ISSET
is on ppc OS X).
include/HsBase.h