MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | NAME |
| 2 | preprocessor |
| 3 | |
| 4 | DESCRIPTION |
| 5 | The LPC driver understands the following preprocessor |
| 6 | directives: |
| 7 | |
| 8 | #include, #define, #if, #ifdef, #ifndef, #else, #elif, |
| 9 | #endif, #undef |
| 10 | same as in ANSI C |
| 11 | |
| 12 | #line <num> |
| 13 | line numbers start at <num> with the next line |
| 14 | |
| 15 | #echo |
| 16 | the rest of the line is printed to the error output |
| 17 | (stderr), thus can be captured into a log file |
| 18 | |
| 19 | #pragma |
| 20 | see the separate man page |
| 21 | |
| 22 | SEE ALSO |
| 23 | pragma(LPC), predefined(D) |