home *** CD-ROM | disk | FTP | other *** search
- { (C) Copyright 1986-1992 MetaWare Incorporated; Santa Cruz, CA 95060. }
-
- -- MS-DOS calling conventions of relevant languages:
- -- (This file is included within the package LANGUAGE.)
- const
- #if defined(iapx386) or defined(MC68K) or defined(NECV60)
- C = [REVERSE_PARMS,PROPAGATE,SAVE_REGS];
- PLM = [CALLEE_POPS_STACK,PROPAGATE,SAVE_REGS];
- PASCAL = C+[CALLEE_POPS_STACK,SAVE_REGS];
- #else
- C = [REVERSE_PARMS,PROPAGATE];
- PLM = [CALLEE_POPS_STACK,PROPAGATE];
- PASCAL = C+[CALLEE_POPS_STACK];
- #endif
-
-