File: gccxml_mpro_internals.h

package info (click to toggle)
gccxml 0.9.0%2Bcvs20100501-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 79,132 kB
  • ctags: 73,371
  • sloc: ansic: 751,436; cpp: 34,175; asm: 26,833; sh: 5,077; makefile: 4,696; lex: 589; awk: 566; perl: 334; yacc: 271; pascal: 86; python: 29
file content (21 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef __GCCXML_MPRO_INTERNALS
#define __GCCXML_MPRO_INTERNALS

/* These macros are defined internally by SGI CC.  */

#define _WCHAR_T
#define _BOOL
#define _TYPENAME_IS_KEYWORD
#define _NAMESPACES
#define _MEMBER_TEMPLATES
#define _MEMBER_TEMPLATE_KEYWORD
#define _EXPLICIT_IS_KEYWORD
#define _WCHAR_T_IS_KEYWORD
#define __STL_HAS_NAMESPACES
#define __STL_USE_NEW_IOSTREAMS
#define __STL_EXPLICIT_FUNCTION_TMPL_ARGS
#define _PARTIAL_SPECIALIZATION_OF_CLASS_TEMPLATES
#define __EDG_ABI_COMPATIBILITY_VERSION 229

#endif