home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / LZHTV11.ZIP / PRODEF.INC < prev    next >
Encoding:
Text File  |  1989-03-10  |  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.