home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 4.ddi / INC / IMPLEMEN.CF < prev    next >
Encoding:
Text File  |  1990-12-16  |  769 b   |  27 lines

  1. /*
  2.  *   implemen.cf -- non-ANSI 
  3.  *
  4.  *   Implementation-dependant types and constants.
  5.  *
  6.  *           Copyright (c) 1990, MetaWare Incorporated
  7.  */
  8.  
  9. #ifndef _IMPLEMEN_CF
  10. #define _IMPLEMEN_CF
  11.  
  12. #define iapx386
  13. #if 0
  14.      Those implementation dependent types and constants from
  15.      implementation.pf (PP package) useful for routine aliasing in HC
  16.      (to allow library functions written in HC to be called from
  17.      library functions written in PP with the expected routine name).
  18.      This changes in concert with implement.pf from the Pascal library.
  19. #endif
  20.  
  21. #define _RTE            "_mw" /* Prefix to be applied to all RTE routines */
  22. #define _Cprefix        ""
  23. #define _Private_routine_prefix _RTE
  24. #define _Private_prefix _RTE
  25.  
  26. #endif /* _IMPLEMEN_CF */
  27.