diff dmd/parse.h @ 336:aaade6ded589 trunk

[svn r357] Merged DMD 1.033
author lindquist
date Sat, 12 Jul 2008 19:38:31 +0200
parents c53b6e3fe49a
children e961851fb8be
line wrap: on
line diff
--- a/dmd/parse.h	Sat Jul 12 17:04:36 2008 +0200
+++ b/dmd/parse.h	Sat Jul 12 19:38:31 2008 +0200
@@ -1,6 +1,6 @@
 
 // Compiler implementation of the D programming language
-// Copyright (c) 1999-2006 by Digital Mars
+// Copyright (c) 1999-2008 by Digital Mars
 // All Rights Reserved
 // written by Walter Bright
 // http://www.digitalmars.com
@@ -20,6 +20,7 @@
 #include "enum.h"
 
 struct Type;
+struct TypeQualified;
 struct Expression;
 struct Declaration;
 struct Statement;
@@ -27,6 +28,7 @@
 struct Initializer;
 struct FuncDeclaration;
 struct CtorDeclaration;
+struct PostBlitDeclaration;
 struct DtorDeclaration;
 struct StaticCtorDeclaration;
 struct StaticDtorDeclaration;