comparison dmd/staticassert.c @ 336:aaade6ded589 trunk

[svn r357] Merged DMD 1.033
author lindquist
date Sat, 12 Jul 2008 19:38:31 +0200
parents 788401029ecf
children d4e95db0e62b
comparison
equal deleted inserted replaced
335:17b844102023 336:aaade6ded589
84 84
85 void StaticAssert::inlineScan() 85 void StaticAssert::inlineScan()
86 { 86 {
87 } 87 }
88 88
89 void StaticAssert::toObjFile() 89 void StaticAssert::toObjFile(int multiobj)
90 { 90 {
91 } 91 }
92 92
93 char *StaticAssert::kind() 93 const char *StaticAssert::kind()
94 { 94 {
95 return "static assert"; 95 return "static assert";
96 } 96 }
97 97
98 void StaticAssert::toCBuffer(OutBuffer *buf, HdrGenState *hgs) 98 void StaticAssert::toCBuffer(OutBuffer *buf, HdrGenState *hgs)