home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c019 / 3.ddi / UNZIP11 / PRODEF.INC < prev    next >
Encoding:
Text File  |  1989-03-05  |  329 b   |  13 lines

  1.  
  2. {$undef DEBUGGING}             (* define to enable test code *)
  3.  
  4. {$I+}    {I/O checking}
  5. {$N-}    {Numeric coprocessor}
  6. {$V-}    {Relaxes string typing}
  7. {$B-}    {Boolean complete evaluation}
  8. {$S+}    {Stack checking}
  9. {$R+}    {Range checking}
  10. {$D+}    {Global debug information}
  11. {$L+}    {Local debug information}
  12.  
  13.