File: gccxml_mpro_internals.h

package info (click to toggle)
gccxml 0.7.0%2Bcvs20060311-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 45,240 kB
  • ctags: 59,007
  • sloc: ansic: 589,435; asm: 19,610; cpp: 12,681; sh: 4,326; yacc: 3,727; makefile: 3,074; perl: 318; lex: 307; awk: 117; pascal: 78; sed: 20
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