comparison dmd2/identifier.h @ 1452:638d16625da2

LDC 2 compiles again.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 30 May 2009 17:23:32 +0100
parents f04dde6e882c
children
comparison
equal deleted inserted replaced
1423:42bd767ec5a4 1452:638d16625da2
15 #pragma once 15 #pragma once
16 #endif /* __DMC__ */ 16 #endif /* __DMC__ */
17 17
18 #include "root.h" 18 #include "root.h"
19 19
20 #if IN_LLVM
20 namespace llvm 21 namespace llvm
21 { 22 {
22 class Value; 23 class Value;
23 } 24 }
25 #endif
24 26
25 struct Identifier : Object 27 struct Identifier : Object
26 { 28 {
27 int value; 29 int value;
28 const char *string; 30 const char *string;