ID:2857229
 
Resolved
A new preprocessor directive, #pragma multiple, will allow a file to be included more than once.
Applies to:DM Language
Status: Resolved (515.1602)

This issue has been resolved.
On the topic of compiler pragmas, BYOND only compiles a source file one time. Any attempt to include the same file a second time will be ignored by the compiler. It might be potentially useful to compile the same source file with different macros defined, so a pragma to let the engine know we want includes to work regardless of whether we've previously included a .dm file would be hella useful.
Lummox JR resolved issue with message:
A new preprocessor directive, #pragma multiple, will allow a file to be included more than once.