mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
Similar to #else and #endif warn about trailing characters also in #include, #ifdef, #ifndef, #undef and #line statements.
5 lines
126 B
C
5 lines
126 B
C
// Trailing characters after an #include should throw an error.
|
|
|
|
#pragma pedantic
|
|
|
|
#include <include_list.h> this should fail
|