home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 4.ddi / DEMOS / HC.PRO < prev    next >
Encoding:
Text File  |  1990-12-16  |  374 b   |  10 lines

  1. /* For best results in the demos, turn off all         */
  2. /* options that cause checking code to be           */
  3. /* generated:                           */
  4. #pragma Off(Check_stack);
  5. #pragma Off(Check_subscript);
  6. #pragma Off(Emit_line_table);
  7. #pragma Off(Emit_names);
  8. /* Removes emitting of textual names of routines for   */
  9. /* debugging.                                          */
  10.