comparison dmd/statement.h @ 510:6aee82889553

Merged DMD 1.034, array operations are not yet implemented ;)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 14 Aug 2008 06:55:41 +0200
parents 44daf304421c
children eef8ac26c66c
comparison
equal deleted inserted replaced
509:337554fd34f1 510:6aee82889553
459 ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody); 459 ConditionalStatement(Loc loc, Condition *condition, Statement *ifbody, Statement *elsebody);
460 Statement *syntaxCopy(); 460 Statement *syntaxCopy();
461 Statement *semantic(Scope *sc); 461 Statement *semantic(Scope *sc);
462 Statements *flatten(Scope *sc); 462 Statements *flatten(Scope *sc);
463 int usesEH(); 463 int usesEH();
464 int blockExit();
464 465
465 void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 466 void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
466 }; 467 };
467 468
468 struct PragmaStatement : Statement 469 struct PragmaStatement : Statement