|
| From: | Paul Eggert |
| Subject: | Re: OS/2 and stdarg module |
| Date: | Sat, 01 Jul 2006 14:27:46 -0700 |
| User-agent: | Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
address@hidden (Eric Blake) writes: > +#define gl_va_copy(a,b) (a) = (b)]) I'm not familiar with this package, but surely that should be ((a) = (b)), not (a) = (b).
| [Prev in Thread] | Current Thread | [Next in Thread] |