Source position: pscanner.pp line 352
type TBoolSwitches = set of ( |
bsNone, |
bsAlign, |
bsBoolEval, |
bsAssertions, |
bsDebugInfo, |
bsExtension, |
bsImportedData, |
bsLongStrings, |
bsIOChecks, |
bsWriteableConst, |
bsLocalSymbols, |
bsTypeInfo, |
bsOptimization, |
bsOpenStrings, |
bsOverflowChecks, |
bsRangeChecks, |
bsTypedAddress, |
bsSafeDivide, |
bsVarStringChecks, |
bsStackframes, |
bsExtendedSyntax, |
bsReferenceInfo, |
bsHints, |
bsNotes, |
bsWarnings, |
bsMacro, |
bsScopedEnums, |
bsObjectChecks, |
bsPointerMath, |
bsGoto |
); |