Date: Wed, 21 Oct 1998 14:26:21 -0400 (EDT) Message-Id: <199810211826.OAA11152@indy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <19981021141809.14983.00000414@ng-fd1.aol.com> (uhfgood@aol.com) Subject: Re: -KWII- Help on using #define's with other modules... Reply-To: djgpp AT delorie DOT com For #defines to be shared, they must be put in a header file (*.h) that both source files include. #defines are handled by the preprocessor. Information about them is gone by the time the compiler sees it.