diff trunk/src/dil/Messages.d @ 529:135e9e6933a7

Tidied up version/debug parser functions.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 17 Dec 2007 01:52:46 +0100
parents 39b497c76e2b
children 2a8d0ed0d71e
line wrap: on
line diff
--- a/trunk/src/dil/Messages.d	Sun Dec 16 23:00:05 2007 +0100
+++ b/trunk/src/dil/Messages.d	Mon Dec 17 01:52:46 2007 +0100
@@ -136,4 +136,5 @@
   auto ExpectedTypeOrExpression = "expected a type or and expression not ')'";
   auto ExpectedAliasTemplateParam = "expected name for alias template parameter, not '{}'";
   auto ExpectedNameForThisTempParam = "expected name for 'this' template parameter, not '{}'";
+  auto ExpectedIdentOrInt = "expected an identifier or an integer, not '{}'";
 }