Re: [PATCH] remove some old code from ansidecl.h

2014-01-20 Thread Tom Tromey
> "DJ" == DJ Delorie writes: DJ> Sorry, did a review, checked the repos, forgot to say OK :-P :) DJ> Ok. Thanks. DJ> intl worried me a bit, but they have duplicates of the macros you're DJ> removing. FWIW, in binutils-gdb.git, readline in the same position. Tom

Re: [PATCH] remove some old code from ansidecl.h

2014-01-20 Thread DJ Delorie
Sorry, did a review, checked the repos, forgot to say OK :-P Ok. intl worried me a bit, but they have duplicates of the macros you're removing.

Re: [PATCH] remove some old code from ansidecl.h

2014-01-20 Thread Tom Tromey
> "Tom" == Tom Tromey writes: Tom> This patch removes the last uses of PARAMS from include, and the last Tom> uses of the obsolete VA_* wrapper macros from libiberty. Then, it Tom> removes many obsolete macro definitions from ansidecl.h. Ping. Tom

[PATCH] remove some old code from ansidecl.h

2014-01-13 Thread Tom Tromey
ansidecl.h still defines a number of macros which I think are now obsolete. I recently removed all uses of these macros from binutils-gdb.git; and there are no more uses in gcc. So, I'd like to propose removing the old macros entirely. This patch removes the last uses of PARAMS from include, and