home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / XGRP_000.SZH / NOFAST.H < prev    next >
Text File  |  1991-08-21  |  183b  |  10 lines

  1. /* since fastcall w/ stack checking is inefficient... */
  2.  
  3. #ifdef TSC
  4.   #define _fastcall
  5.   #define _cdecl
  6.   #define elif elsif
  7. #elif DEBUG
  8.   #define _fastcall _pascal
  9. #endif
  10.