Xref: utzoo comp.lang.c:8813 comp.sys.ibm.pc:14022 Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c,comp.sys.ibm.pc Subject: Re: cdecl keyword ( re: C Decl ... ) Message-ID: <7601@brl-smoke.ARPA> Date: 1 Apr 88 13:56:37 GMT References: <1238@wjvax.UUCP> <297@ho7cad.ATT.COM> <1242@wjvax.UUCP> <7595@brl-smoke.ARPA> <2521@bsu-cs.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <2521@bsu-cs.UUCP> dhesi@bsu-cs.UUCP (Rahul Dhesi) writes: > cc -pascal mystuff.c This is even more misguided (if possible) than cdecl. C and Pascal do not correspond 1-1, so no global mapping such as this should be applied to arbitrary C code. Pascal interfaces should be flagged AT THE INTERFACE (only).