home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / gif386 / hc.pro < prev    next >
Encoding:
Text File  |  1989-11-11  |  583 b   |  15 lines

  1. /* pragmas for MetaWare HIGH C compiler compiling Mathematica     */
  2. /* These are for the 386 processor with 287 code emulation     */
  3. /* The library is a sensing one -- if the 287 chip is present it*/
  4. /* is used, if not its functions are emulated.            */
  5. /* The following are standard Mathematica options:         */
  6.  
  7.  
  8. pragma Off(Floating_Point);    /* No In-line floating point code */
  9. pragma Off(Char_default_unsigned);
  10. pragma On(Double_math_only);
  11. pragma On(Align_members);
  12. /* The following clear up problems with compilation */
  13. pragma On(Make_externs_global);
  14. pragma On(PCC_msgs);
  15.