Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.unix.wizards Subject: Re: Weird problem with C compiler under SCO - I can't believe it! Keywords: SCO C BUG Message-ID: <11101@smoke.BRL.MIL> Date: 17 Sep 89 01:43:04 GMT References: <71@promark.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 In article <71@promark.UUCP> mark@promark.UUCP (Mark J. DeFilippis) writes: >Any constructive comments? Has this been seen before? Yeah. Some MS/DOS C compilers think "cdecl" is a C keyword, meaning "use C linkage for this function even though a global compile switch says to use Pascal linkage". It's a crock. If you're lucky, you can do what on UNIX would be expressed as "cc -Dcdecl=Xcdecl" to work around the problem without having to do a lot of editing.