Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Error Messages - <b>c2078 circular #define</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2078   Circular #define

     Explanation:  You specified a #define directive in terms of itself
     (e.g., #define x y followed by #define y x).  A circular #define cannot
     be resolved by the preprocessor and is, therefore, not allowed.

     Action:  Correct and recompile.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson