diff trunk/src/dil/Messages.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 29cc5bf3ce89
children 5cb236c6fe52
line wrap: on
line diff
--- a/trunk/src/dil/Messages.d	Fri Jan 18 23:59:41 2008 +0100
+++ b/trunk/src/dil/Messages.d	Sat Jan 19 00:10:57 2008 +0100
@@ -105,7 +105,7 @@
   auto StringPostfixMismatch = "string literal has mistmatching postfix character";
   auto ExpectedIdAfterTypeDot = "expected identifier after '(Type).', not '{}'";
   auto ExpectedModuleIdentifier = "expected module identifier, not '{}'";
-  auto IllegalDeclaration = "illegal Declaration found: {}";
+  auto IllegalDeclaration = "illegal declaration found: {}";
   auto ExpectedFunctionName = "expected function name, not '{}'";
   auto ExpectedVariableName = "expected variable name, not '{}'";
   auto ExpectedFunctionBody = "expected function body, not '{}'";
@@ -124,12 +124,12 @@
   auto ExpectedUnionBody = "expected union body, not '{}'";
   auto ExpectedTemplateName = "expected template name, not '{}'";
   auto ExpectedAnIdentifier = "expected an identifier, not '{}'";
-  auto IllegalStatement = "illegal Statement found: {}";
+  auto IllegalStatement = "illegal statement found: {}";
   auto ExpectedNonEmptyStatement = "didn't expect ';', use {{ } instead";
   auto ExpectedScopeIdentifier = "expected 'exit', 'success' or 'failure', not '{}'";
   auto InvalidScopeIdentifier = "'exit', 'success', 'failure' are valid scope identifiers, but not '{}'";
   auto ExpectedIntegerAfterAlign = "expected an integer after align, not '{}'";
-  auto IllegalAsmInstruction = "illegal AsmInstruction found: {}";
+  auto IllegalAsmStatement = "illegal asm statement found: {}";
   auto ExpectedDeclaratorIdentifier = "expected declarator identifier, not '{}'";
   auto ExpectedTemplateParameters = "expected one or more template parameters, not ')'";
   auto ExpectedTypeOrExpression = "expected a type or and expression, not ')'";