comparison dmd/InExp.d @ 62:6557375aff35

InExp.opId_r WhileStatement.syntaxCopy
author korDen
date Mon, 23 Aug 2010 03:21:32 +0400
parents 4ae0d790a452
children f708f0452e81
comparison
equal deleted inserted replaced
61:4ae0d790a452 62:6557375aff35
68 return Id.opIn; 68 return Id.opIn;
69 } 69 }
70 70
71 Identifier opId_r() 71 Identifier opId_r()
72 { 72 {
73 assert(false); 73 return Id.opIn_r;
74 } 74 }
75 75
76 elem* toElem(IRState* irs) 76 elem* toElem(IRState* irs)
77 { 77 {
78 assert(false); 78 assert(false);