3.2 Pragmas
There are no CLAXP-specific pragmas. The following Microsoft C pragmas are supported in CLAXP:
alloc_text
data_seg
function
hdrstop
intrinsic
message
pack
setlocale
warning
The following Microsoft C pragmas are recognized and checked for syntax but are otherwise ignored by CLAXP:
auto_inline
check_stack
code_seg
comment
inline_depth, inline_recursion
linesize, page, pagesize, subtitle, title
native_caller
The following Microsoft C pragmas are not recognized and cause a warning message to be printed:
check_pointer
skip
See the Microsoft "C Language Reference" book, Section 7.8 for details.