ldmud/doc/LPC/preprocessor
Lars f84a2fc7a0 Initial import from PRCS.
git-svn-id: svn://svn.bearnip.com/ldmud/trunk@4 56160b6e-f8f8-0310-bd54-bccebfe6a2f2
2005-06-21 01:46:13 +00:00

23 lines
576 B
Text

NAME
preprocessor
DESCRIPTION
The LPC driver understands the following preprocessor
directives:
#include, #define, #if, #ifdef, #ifndef, #else, #elif,
#endif, #undef
same as in ANSI C
#line <num>
line numbers start at <num> with the next line
#echo
the rest of the line is printed to the error output
(stderr), thus can be captured into a log file
#pragma
see the separate man page
SEE ALSO
pragma(LPC), predefined(D)