Comment 3 for bug 310267

Revision history for this message
Tobias C. Rittweiler (tcr) wrote :

I think

   (declare (foo x))
   (declare (bar y))

should be regarded being synonymous to

   (declare (foo x) (bar y))

Otherwise frobbing declarations in non-trivial ways would be made considerably
harder when the appearance, and the order is supposed to be taken into account.