commit | 2af2fe42a3c02982a9f7714522d6457acbec6a3d | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Mon Dec 05 16:52:54 2016 -0600 |
committer | DRC <information@libjpeg-turbo.org> | Mon Dec 05 16:52:54 2016 -0600 |
tree | 122cf61ce907f443394c69c0e1a8dbf877f3059f | |
parent | 261db7706ddea43b3f58beda76919cdfdc1a4cf8 [diff] |
Build: Clean up inline keyword detection Strict C89-conformant compilers don't support the "inline" keyword, but most of them support "__inline__", and that keyword can be used with the always_inline atribute as well. This commit also removes duplicate code by using a foreach() loop to test the various keywords.