This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Add lower_bound to vec.h


 > -static inline TDEF *VEC_OP (TDEF,quick_insert)		     	  	  \
 > +static inline unsigned VEC_OP (TDEF,lower_bound)			\
 > +     (VEC (TDEF) *vec_, const TDEF obj_, bool (*lessthan_)(const TDEF, const TDEF) VEC_CHECK_DECL) \
 > +{									\
 > +   unsigned int len_ = VEC_OP (TDEF, length) (vec_);			\


What's with all the backslashes?

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]