comparison dmd/identifier.h @ 1630:44b145be2ef5

Merge dmd 1.056.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 06 Feb 2010 15:53:52 +0000
parents e961851fb8be
children
comparison
equal deleted inserted replaced
1629:b07d683ba4d0 1630:44b145be2ef5
14 #ifdef __DMC__ 14 #ifdef __DMC__
15 #pragma once 15 #pragma once
16 #endif /* __DMC__ */ 16 #endif /* __DMC__ */
17 17
18 #include "root.h" 18 #include "root.h"
19 19 #if IN_LLVM
20 namespace llvm 20 namespace llvm
21 { 21 {
22 class Value; 22 class Value;
23 } 23 }
24 #endif
24 25
25 struct Identifier : Object 26 struct Identifier : Object
26 { 27 {
27 int value; 28 int value;
28 const char *string; 29 const char *string;