home *** CD-ROM | disk | FTP | other *** search
- /* pragmas for MetaWare HIGH C compiler compiling Mathematica */
- /* These are for the 386 processor with 287 code emulation */
- /* The library is a sensing one -- if the 287 chip is present it*/
- /* is used, if not its functions are emulated. */
- /* The following are standard Mathematica options: */
-
-
- pragma Off(Floating_Point); /* No In-line floating point code */
- pragma Off(Char_default_unsigned);
- pragma On(Double_math_only);
- pragma On(Align_members);
- /* The following clear up problems with compilation */
- pragma On(Make_externs_global);
- pragma On(PCC_msgs);
-