Merge remote-tracking branch 'origin/release-v4.6.1'
[WRF.git] / external / esmf_time_f90 / ESMF_Macros.inc
blob4750e865b0fe28d17f19be7298f2231c07e02713
1 #if 0
3 Do not have C++ or F90 style comments in here because this file is processed
4 by both C++ and F90 compilers.
6 These lines prevent this file from being read more than once if it
7 ends up being included multiple times.
8 #endif
10 #ifndef ESMF_MACROS_INC
11 #define ESMF_MACROS_INC
13 #if 0
15 former file contents moved to ESMF_BaseMod
16 so user code can be compiled without requiring
17 the preprocessor.
19 #endif 
21 #if 0
22 i left the following macro here in case it is needed for our internal use.
23 #endif
25 #define ESMF_SRCLINE __FILE__, __LINE__
27 #endif