Go to the documentation of this file. 1 #ifndef _SINGULAR_GLOBALDEFS_H 2 #define _SINGULAR_GLOBALDEFS_H 6 #define EXTERN_VAR extern 7 #define STATIC_VAR static 9 #define EXTERN_INST_VAR extern 10 #define STATIC_INST_VAR static 15 #define THREAD_VAR __thread 18 #endif // _SINGULAR_GLOBALDEFS_H