comparison dmd/declaration.c @ 40:8b0e809563df trunk

[svn r44] Lots of bug fixes. New array literal support New array ~= operator support (for single element) New with statement support More...
author lindquist
date Fri, 19 Oct 2007 07:43:21 +0200
parents 788401029ecf
children 6fcc08a4d406
comparison
equal deleted inserted replaced
39:fd5e8bbfcb25 40:8b0e809563df
30 { 30 {
31 type = NULL; 31 type = NULL;
32 storage_class = STCundefined; 32 storage_class = STCundefined;
33 protection = PROTundefined; 33 protection = PROTundefined;
34 linkage = LINKdefault; 34 linkage = LINKdefault;
35 llvmTouched = false;
35 } 36 }
36 37
37 void Declaration::semantic(Scope *sc) 38 void Declaration::semantic(Scope *sc)
38 { 39 {
39 } 40 }