[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: Macro use in Bomb package
- To: <vlad!mark>
- Subject: Re: Macro use in Bomb package
- From: Michael McClary <michael>
- Date: Thu, 26 Jul 90 02:03:13 PDT
- Cc: <eric>, <xtech>
> 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