Go to the documentation of this file. 31 #define Y2_RETURN_FALSE(format,args...) \ 32 do { ycp2error(format,##args); return false; } while(0) 34 #define Y2_RETURN_VOID(format,args...) \ 35 do { ycp2error(format,##args); return YCPNull(); } while(0) 37 #define Y2_RETURN_STR(format,args...) \ 38 do { ycp2error(format,##args); return ""; } while(0) 40 #define Y2_RETURN_YCP_FALSE(format,args...) \ 41 do { ycp2error(format,##args); return YCPBoolean(false); } while(0)
Generated on a sunny day for yast2-core by
1.8.11