Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!hellgate.utah.edu!cc.utah.edu!orcutt From: ORCUTT@cc.utah.edu Newsgroups: comp.std.c Subject: Re: MSC __STDC__ strange value Message-ID: <36001@cc.utah.edu> Date: 6 Dec 89 08:07:45 MDT Lines: 6 Turbo C has an option (-A?) that disables extended keywords like near, far, huge, pascal, and interrupt. When this option is not used, __STDC__ is not defined. When this option is used, __STDC__ is defined as 1. Could MSC have a similiar option that, when used, defines __STDC__ as 1 and when not used, defines __STDC__ as 0?