For HP, preprocessor if on multiple lines not allowed, make a long line.

This commit is contained in:
Bill Hoffman 2010-05-04 15:51:02 -04:00
parent a18612429d
commit d6a6eadcfe
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@
* - SunPro C
* - Microsoft Visual C++ 6.0 (supposedly newer versions too)
*/
#if defined(__WATCOMC__) || defined(__sgi) || defined(__hpux)
|| defined(__BORLANDC__) || defined(__SUNPRO_C)
#if defined(__WATCOMC__) || defined(__sgi) || defined(__hpux) || defined(__BORLANDC__) || defined(__SUNPRO_C)
#define inline
#elif defined(_MSC_VER)
#define inline __inline