Path: utzoo!mnetor!tmsoft!torsqnt!hybrid!scifi!bywater!uunet!taumet!steve From: steve@taumet.com (Stephen Clamage) Newsgroups: comp.std.c Subject: Re: Want the word on __STDC__ Message-ID: <612@taumet.com> Date: 22 Feb 91 16:58:30 GMT References: <4755@lib.tmc.edu> <1991Feb20.175702.28682@zoo.toronto.edu> <2961@cirrusl.UUCP> Organization: Taumetric Corporation, San Diego Lines: 19 dhesi%cirrusl@oliveb.ATC.olivetti.com (Rahul Dhesi) writes: >In <1991Feb20.175702.28682@zoo.toronto.edu> henry@zoo.toronto.edu >(Henry Spencer) writes: > ...since many C compilers do not *have* a separate preprocessor. >I may have to eat my words, but after extensive searching, I haven't >yet found any commercially available C compiler that wasn't accompanied >by a separately invokable preprocessor. Oregon C/C++ (from Oregon Software) is a single program which includes integral preprocessing. That is, input is preprocessed on the fly, and there is no separate preprocessor output required. There is no separate preprocessor program. However, you may ask for preprocessor output as an option, so this may qualify as a "separately invokable preprocessor". -- Steve Clamage, TauMetric Corp, steve@taumet.com