IdOverflowCheckingOff.inc 90 B

1234
  1. {$IFOPT Q+} // detect overflow checking
  2. {$Q-}
  3. {$DEFINE _QPlusWasEnabled}
  4. {$ENDIF}