Node: - -uses=System - Swap; HeapError; etc., Next: -D__BP_TYPE_SIZES__ - small integer types etc., Previous: -w - disable all warnings, Up: BP Incompatibilities
A few exotic BP routines and declarations (e.g., Swap
and
HeapError
) are contained in a System
unit,
System, which GPC (unlike BP) does not automatically use in
each program. To use it, you can add a uses System;
clause to
your program. If you don't want to change your code, the command
line option --uses=System
will do the same.