comparison trunk/src/dil/ast/NodesEnum.d @ 681:95a3c28c0f64

Renamed AsmStatement->AsmBlockStatement and AsnInstruction->AsmStatement.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 19 Jan 2008 00:10:57 +0100
parents 6b3e397229c5
children 7541c64fc423
comparison
equal deleted inserted replaced
680:6b3e397229c5 681:95a3c28c0f64
80 "CatchBody", 80 "CatchBody",
81 "FinallyBody", 81 "FinallyBody",
82 "ScopeGuardStatement", 82 "ScopeGuardStatement",
83 "ThrowStatement", 83 "ThrowStatement",
84 "VolatileStatement", 84 "VolatileStatement",
85 "AsmBlockStatement",
85 "AsmStatement", 86 "AsmStatement",
86 "AsmInstruction",
87 "AsmAlignStatement", 87 "AsmAlignStatement",
88 "IllegalAsmInstruction", 88 "IllegalAsmStatement",
89 "PragmaStatement", 89 "PragmaStatement",
90 "MixinStatement", 90 "MixinStatement",
91 "StaticIfStatement", 91 "StaticIfStatement",
92 "StaticAssertStatement", 92 "StaticAssertStatement",
93 "DebugStatement", 93 "DebugStatement",