[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Re: Macro use in Bomb package



> Do you agree that the following line which appears in the bomb package
> (in the Michael-Wjr merge) several times:
> 
> 		CAT(~,CAT(KIND,_Bomb))()				\
> 
> Should instead be:
> 
> 		~CAT(KIND,_Bomb)()					\

Yep.

I remember fixing that with Mr Hill some time back, after the discovery
you mentioned.  I suspect a regression error, since none of the destructors
now have the modified form.

(To catch this sort of regression error, you have to run the tests on a
 platform where "CAT(~,CAT(KIND,_Bomb))" fails.)

	michael