00001 #include "IntExpr.h" 00002 00003 namespace xi { 00004 00005 IntExprConstruct::IntExprConstruct(const char* ccode) : SdagConstruct(SINT_EXPR, ccode) {} 00006 00007 } // namespace xi