View Single Post
  #10   Spotlight this post!  
Unread 24-01-2008, 22:56
Jake M Jake M is offline
void* Jake;
FRC #1178 (DURT)
Team Role: Programmer
 
Join Date: Jan 2006
Rookie Year: 2005
Location: Missouri
Posts: 118
Jake M has a spectacular aura aboutJake M has a spectacular aura about
Re: #define's scope?

What compiler are you using? All the compilers I've ever worked with would generate an error for redefining a pre-processor directive.
__________________
Code:
void function(void)
 {
  function();
 }