chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Avoiding transitively using macros?


From: Reed Sheridan
Subject: [Chicken-users] Avoiding transitively using macros?
Date: Sat, 21 May 2005 00:11:26 -0500

Hi,

I have 2 packages, macro-package-1 and macro-package-2, which has
(require-extension macro-package-1).  The problem is that another
file, which has (require-extension macro-package-2), can use macros
from macro-package-1.  I would prefer that it didn't.  Is there any
way to avoid this?

Reed Sheridan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]