|
OpendTect-6_4
6.4
|
Go to the documentation of this file. 72 #if defined( __win64__ ) || defined ( __win32__ ) 76 #if defined ( __lux32__ ) || defined ( __lux64__ ) 81 #if defined( __mac__ ) 87 # if defined( __clang__) 88 # if ( __clang_major__==5 ) && ( __clang_minor__==1 ) 89 # ifndef __MAC_LLVM_COMPILER_ERROR__ 94 # if ( __clang_major__==6 ) && ( __clang_minor__==0 ) 95 # ifndef __MAC_LLVM_COMPILER_ERROR__ 102 # pragma message "This version of clang is prone to errors " \ 103 "Set __MAC_LLVM_COMPILER_ERROR__ to fix it" 108 # error "Platform not detected." 113 # define __islinux__ true 115 # define __islinux__ false 118 # define __ismac__ true 120 # define __ismac__ false 123 # define __iswin__ true 125 # define __iswin__ false 135 # define __little__ 1 136 # define __islittle__ true 139 # define __plfsubdir__ "win32" 140 # define __plfname__ "MS Windows 32 bits" 141 # define __is32bits__ true 144 # define __plfsubdir__ "win64" 145 # define __plfname__ "MS Windows 64 bits" 146 # define __is32bits__ false 149 # define __plfsubdir__ "lux32" 150 # define __plfname__ "Linux 32 bits" 151 # define __is32bits__ true 154 # define __plfsubdir__ "lux64" 155 # define __plfname__ "Linux 64 bits" 156 # define __is32bits__ false 159 # define __plfsubdir__ "mac" 160 # define __plfname__ "Mac" 161 # define __is32bits__ false 169 # if __cplusplus >= 201103L 174 #ifdef _LANGUAGE_C_PLUS_PLUS 196 #if defined( __win__ ) || defined( WIN32 ) 202 #if defined( __win__ ) && !defined( __msvc__ ) 203 # define __cygwin__ 1 208 #if defined( __gnuc__ ) 209 # define mUnusedVar __attribute__ ((unused)) 212 # if __GNUC__ > 4 || (__GNUC__ == 6 && __GNUC_MINOR__ > 0 ) 213 # define mDeprecated __attribute__ ((deprecated)) 214 # define mStartAllowDeprecatedSection \ 215 _Pragma ( "GCC diagnostic push" ) \ 216 _Pragma ( "GCC diagnostic ignored \"-Wdeprecated-declarations\"" ) 217 # define mStopAllowDeprecatedSection \ 218 _Pragma ( "GCC diagnostic pop" ) 221 # define mDeprecated __attribute__ ((deprecated)) 225 # define mStartAllowDeprecatedSection 226 # define mStopAllowDeprecatedSection 230 # if defined( __win__ ) 231 # define mDeprecated __declspec(deprecated) 235 # define mStartAllowDeprecatedSection 236 # define mStopAllowDeprecatedSection 240 # define mODRestrict __restrict 242 # define mODRestrict __restrict__ 247 #ifndef NeedFunctionPrototypes 248 # define NeedFunctionPrototypes 1 250 #ifndef _ANSI_C_SOURCE 251 # define _ANSI_C_SOURCE 1
Generated at
for the OpendTect
seismic interpretation project.
Copyright (C): dGB Beheer B. V. 2019