>>>>> "Zbyszek" == Zbyszek Jurkiewicz <[EMAIL PROTECTED]> writes:
Zbyszek> Is there any way to specify source file extensions for compiler
Zbyszek> "en masse", similar to *LOAD-SOURCE-TYPES*.
I don't see any way to do this.
Zbyszek> I am trying to compile some system, which was written for different
Zbyszek> implementation (w/different default extension) and would not like to
Zbyszek> add it everywhere by hand.
Perhaps you can use logical pathnames. Or you'll have to massage
everything by hand (or some script).
Ray