diff dmd/statement.h @ 219:761c8352f494 trunk

[svn r235] rough port of GDC's inline assembler code, unfinished
author ChristianK
date Thu, 05 Jun 2008 19:22:37 +0200
parents 86d3bb8ca33e
children 092468448d25
line wrap: on
line diff
--- a/dmd/statement.h	Thu Jun 05 06:43:34 2008 +0200
+++ b/dmd/statement.h	Thu Jun 05 19:22:37 2008 +0200
@@ -761,9 +761,8 @@
 struct LabelDsymbol : Dsymbol
 {
     LabelStatement *statement;
-#if IN_GCC
-    unsigned asmLabelNum;       // GCC-specific
-#endif
+// LLVMDC
+    unsigned asmLabelNum;       // for inline assembler labels
 
     LabelDsymbol(Identifier *ident);
     LabelDsymbol *isLabel();