#Simple C question
04-Mar-93 21:11:26
Sb: #32622-#Simple C question
Fm: Vic Wagner 76046,3004
To: Doug Walker 71165,2274
I take it by 'ignore' you mean "print a warning" is OK. If you don't, I'd
like to report a bug in 6.2:
#pragma once
causes a warning to be emitted by the compiler.
…btw, it seems to be a nifty thing that one of the Mac compiler uses
which says "do NOT include me twice". Much cleverer than the old:
#iffdef WIDGET_INCLUDE
#define WIDGET_INCLUDE
…
..the rest of the include file
…
#endif