From: Zaheer Chothia Date: Fri, 1 Feb 2013 08:34:12 +0000 (+0100) Subject: Missing line continuation -- follow-up to last commit (64ad8b9809). X-Git-Tag: v0.2.6~1^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9500d00793bc8a63939bfb634f46d4b1654a2ec;p=platform%2Fupstream%2Fopenblas.git Missing line continuation -- follow-up to last commit (64ad8b9809). --- diff --git a/common.h b/common.h index a822b718..d46a5230 100644 --- a/common.h +++ b/common.h @@ -390,7 +390,7 @@ typedef int blasint; /* C99 supports complex floating numbers natively, which GCC also offers as an extension since version 3.0. If neither are available, use a compatible structure as fallback (see Clause 6.2.5.13 of the C99 standard). */ -#if (defined(__STDC_IEC_559_COMPLEX__) || __STDC_VERSION__ >= 199901L || +#if (defined(__STDC_IEC_559_COMPLEX__) || __STDC_VERSION__ >= 199901L || \ (__GNUC__ >= 3 && !defined(__cplusplus))) #define OPENBLAS_COMPLEX_C99 typedef float _Complex openblas_complex_float; diff --git a/openblas_config_template.h b/openblas_config_template.h index 0d118681..cf2c037c 100644 --- a/openblas_config_template.h +++ b/openblas_config_template.h @@ -48,7 +48,7 @@ typedef int blasint; /* C99 supports complex floating numbers natively, which GCC also offers as an extension since version 3.0. If neither are available, use a compatible structure as fallback (see Clause 6.2.5.13 of the C99 standard). */ -#if (defined(__STDC_IEC_559_COMPLEX__) || __STDC_VERSION__ >= 199901L || +#if (defined(__STDC_IEC_559_COMPLEX__) || __STDC_VERSION__ >= 199901L || \ (__GNUC__ >= 3 && !defined(__cplusplus))) #define OPENBLAS_COMPLEX_C99 #include