home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xmm12.zip / DIRECTIV.40 < prev    next >
Text File  |  1992-07-05  |  748b  |  17 lines

  1.   {--------------------------------------------------------------------------
  2.      FILE :          Directiv.55                   INITIAL : 19900319 v 1.00
  3.      AUTHOR :        Jeroen W. Pluimers            UPDATE :  19900319 v 1.00
  4.  
  5.      DESCRIPTION :   Compiler directive file for Turbo Pascal version 4.0
  6.  
  7.      COMPUTER :      NEAT-AT
  8.      COMPILER :      TURBO PASCAL 4.0
  9.  
  10.      COPYRIGHT :     (c) 1990 Pluimers Software Ontwikkeling.
  11.    --------------------------------------------------------------------------}
  12.  
  13. {$F-}             { word-align, no overlays, local calls near }
  14. {$B-,I-,R-,S-,V-} { short-boolean, IO-check, range-, stack-, var-check off }
  15. {$D-}             { debug info off }
  16. {$N-}             { no 8087 reals }
  17.