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
106 B
C
5 lines
106 B
C
// Trailing characters after an #line should throw an error.
|
|
|
|
#pragma pedantic
|
|
|
|
#line 10 this should fail
|