comparison dmd2/identifier.h @ 1455:89e38fbfef1f

Automated merge with http://hg.dsource.org/projects/ldc
author Robert Clipsham <robert@octarineparrot.com>
date Mon, 01 Jun 2009 19:02:20 +0100
parents 638d16625da2
children
comparison
equal deleted inserted replaced
1449:301a916eceef 1455:89e38fbfef1f
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;