shadowm

Untitled

May 14th, 2011
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #define WHATEVER
  2. #define MACRO_WITHIN_WHATEVER
  3. #enddef
  4. #enddef
  5.  
  6. {WHATEVER}
  7.  
  8. #ifndef MACRO_WITHIN_WHATEVER
  9. #error Oh noes!
  10. #endif
Advertisement
Add Comment
Please, Sign In to add comment