9fans archive / 2000 / 08 / 47 / prev next From: Lucio De Re <lucio@pro...> Subject: [9fans] #include idempotency madness - compromise Date: Wed, 2 Aug 2000 06:40:08 +0200 #ifdef _STDIO_H #warning "stdio.h already included" #else <blah blah> #endif where #warning should resolve to something useful, should please both camps (except for elegance concerns). For one, people should be allowed, not encouraged, to shoot themselves in the foot. ++L