home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / utils_mz / v10n17.zip / RESTOPTS.INC < prev    next >
Text File  |  1991-09-12  |  581b  |  17 lines

  1. { RestOps.inc restores the state of the compiler options }
  2.  
  3. {$ifndef CSSaved}
  4. {$error: Can't include this file without}
  5. {          including SaveOpts.inc first }
  6. {$endif}
  7. {$ifdef CSB}{$B+}{$undef CSB}{$else}{$B-}{$endif}
  8. {$ifdef CSF}{$F+}{$undef CSF}{$else}{$F-}{$endif}
  9. {$ifdef VER60}
  10.   {$ifdef CSG}{$G+}{$undef CSG}{$else}{$G-}{$endif}
  11. {$endif}
  12. {$ifdef CSI}{$I+}{$undef CSI}{$else}{$I-}{$endif}
  13. {$ifdef CSR}{$R+}{$undef CSR}{$else}{$R-}{$endif}
  14. {$ifdef CSS}{$S+}{$undef CSS}{$else}{$S-}{$endif}
  15. {$ifdef CSV}{$V+}{$undef CSV}{$else}{$V-}{$endif}
  16. {$undef CSSaved}
  17.