Mercurial > hg > octave-kai > gnulib-hg
diff lib/ChangeLog @ 4754:c6f70c2457d2
Omit the special code that used __typeof__ for MIN and MAX,
since we worry that it could be more trouble than it's worth.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 27 Sep 2003 22:36:10 +0000 (2003-09-27) |
parents | 6b790c4dd07d |
children | 4e83865160b8 |
line wrap: on
line diff
--- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,11 @@ 2003-09-27 Paul Eggert <eggert@twinsun.com> + * minmax.h (MIN, MAX) [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]: + Omit the special code that used __typeof__, since we worry that + it could be more trouble than it's worth. See: + http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html + http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html + * free.c: New file. 2003-09-26 Jim Meyering <jim@meyering.net>