[Libclc-developers] Re: Some more comments to the current CVS tree
Status: Planning
Brought to you by:
augestad
|
From: Jan E. <je...@li...> - 2003-04-02 18:16:52
|
>>> src/clc_stralloc.c: >>> va_start() is used two times. IIRC, such use is not recommended, >>> for whatever reason. IIRC. >>> They propose va_copy() instead. >> >> Can't. va_copy() is a C99 macro. It's not defined in C89. > >If you remember where you have this recommendation from, can you bring >it up on c.l.c, now that the string functions have been posted there? >Hm. Or if you don't remember too, for that matter. Hm. Don't seem to find it. Whatever. va_copy(a,b) is [usually] only defined as a = b, at least in GCC, what is what I was talking about. - Jan Engelhardt |