blob: 61593f0eb82f8ce0393cdd487d4e3bfb824ea5c7 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001NAME
2 preprocessor
3
4DESCRIPTION
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
22SEE ALSO
23 pragma(LPC), predefined(D)