home *** CD-ROM | disk | FTP | other *** search
- /*
- * implemen.cf -- non-ANSI
- *
- * Implementation-dependant types and constants.
- *
- * Copyright (c) 1990, MetaWare Incorporated
- */
-
- #ifndef _IMPLEMEN_CF
- #define _IMPLEMEN_CF
-
- #define iapx386
- #if 0
- Those implementation dependent types and constants from
- implementation.pf (PP package) useful for routine aliasing in HC
- (to allow library functions written in HC to be called from
- library functions written in PP with the expected routine name).
- This changes in concert with implement.pf from the Pascal library.
- #endif
-
- #define _RTE "_mw" /* Prefix to be applied to all RTE routines */
- #define _Cprefix ""
- #define _Private_routine_prefix _RTE
- #define _Private_prefix _RTE
-
- #endif /* _IMPLEMEN_CF */
-