From 9a634a53f0d7135ef82e6888a89091db173c7f7f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 9 Jul 2009 16:24:13 +0000 Subject: Code formatting. --- libdimension/dimension.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libdimension/dimension.h') diff --git a/libdimension/dimension.h b/libdimension/dimension.h index 989eb24..684748d 100644 --- a/libdimension/dimension.h +++ b/libdimension/dimension.h @@ -38,12 +38,12 @@ #ifdef __cplusplus /* C++ inline semantics */ #define DMNSN_INLINE inline - #elif (__STDC_VERSION__ >= 199901L) + #elif __STDC_VERSION__ >= 199901L /* C99 inline semantics */ #define DMNSN_INLINE inline #elif defined(__GNUC__) /* GCC inline semantics */ - #define DMNSN_INLINE __extension__ extern __inline__ + #define DMNSN_INLINE __extension__ extern __inline__ #else /* Unknown C - mark functions static and hope the compiler is smart enough to inline them */ @@ -56,6 +56,7 @@ extern "C" { #endif +/* Include all the libdimension headers */ #include #include #include -- cgit v1.2.3