My Project
debian-1:4.1.2-p1+ds-2
factory
globaldefs.h
Go to the documentation of this file.
1
#ifndef _SINGULAR_GLOBALDEFS_H
2
#define _SINGULAR_GLOBALDEFS_H
3
4
#ifndef PSINGULAR
5
#define VAR
6
#define EXTERN_VAR extern
7
#define STATIC_VAR static
8
#define INST_VAR
9
#define EXTERN_INST_VAR extern
10
#define STATIC_INST_VAR static
11
#define GLOBAL_VAR
12
#define THREAD_VAR
13
#else
14
#define GLOBAL_VAR
15
#define THREAD_VAR __thread
16
#endif
17
18
#endif // _SINGULAR_GLOBALDEFS_H
Generated on Thu Jan 9 2020 20:32:43 for My Project by
doxygen 1.8.16
for
Singular debian-1:4.1.2-p1+ds-2