On Apr 14, 2008, at 11:03 AM, Duncan Sands wrote: > Hi Devang, > >> +#define LLVM_BUILD_MULTIPLE_RETURN_VALUE(Fn,R,Rs,B) \ >> + llvm_default_build_multiple_return_value((Fn),(R),(RetVals),(B)) > > Rs in the first line became RetVals in the second line. Yup. Fixed. Thanks! - Devang