X-Sender: john_meyer AT mail DOT geocities DOT com Message-Id: In-Reply-To: <36e1a21d.74772283@news.ma.ultranet.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 6 Mar 1999 12:46:24 -0600 To: djgpp AT delorie DOT com From: John Meyer Subject: Re: project Reply-To: djgpp AT delorie DOT com >I think you meant > >#ifndef MYHEADER_H >#define MYHEADER_H >. >. >. >#endif > > >PS. (too the original poster) (not sure of your experience level so I >will tell you how this works incase you are curious) This allows >tells the compiler not to try and compile the file again if it's >already been defined, which causes errors. *smacking my head*. You're right. I screwed up. Guess I should get my coffee before I post.