comparison gen/enums.h @ 443:44f08170f4ef

Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn. Reworked the LLVMDC specific pragmas.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 01 Aug 2008 00:32:06 +0200
parents 61615fa85940
children cc40db549aea
comparison
equal deleted inserted replaced
442:76078c8ab5b9 443:44f08170f4ef
1 enum 1 enum
2 { 2 {
3 LLVMnone, 3 LLVMnone,
4 LLVMintrinsic, 4 LLVMintrinsic,
5 LLVMva_arg, 5 LLVMva_intrinsic,
6 LLVMno_typeinfo,
7 LLVMno_moduleinfo,
8 LLVMalloca,
6 LLVMva_start, 9 LLVMva_start,
7 LLVMva_intrinsic, 10 LLVMva_arg
8 LLVMnotypeinfo,
9 LLVMalloca
10 }; 11 };