home *** CD-ROM | disk | FTP | other *** search
- {--------------------------------------------------------------------------
- FILE : Directiv.10 INITIAL : 19900319 v 1.00
- AUTHOR : Jeroen W. Pluimers UPDATE : 19900325 v 1.01
-
- DESCRIPTION : Compiler directive file for Quick Pascal version 1.0
- Has not been tested yet !
-
- COMPUTER : NEAT-AT
- COMPILER : Quick Pascal 1.0 - has not been checked out.
-
- COPYRIGHT : (c) 1990 Pluimers Software Ontwikkeling.
- --------------------------------------------------------------------------}
-
- {$A+,O-,F-} { word-align, no overlays, local calls near }
- {$B-,I+,R+,S+,V+} { short-boolean, IO-check, range-, stack-, var-check on }
- {$D+,L+} { debug and local info off }
- {$N+,E+} { use 8087 reals }
-