Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!orion.oac.uci.edu!uci-ics!rfg From: rfg@ics.uci.edu (Ron Guilmette) Newsgroups: comp.lang.c++ Subject: Re: A solution to the multiple inclusion problem Message-ID: <1989Oct27.180701.18054@paris.ics.uci.edu> Date: 28 Oct 89 01:07:01 GMT References: <14240@well.UUCP> <1989Oct23.191634.6345@cs.rochester.edu> <950@dutrun.UUCP> <1030@ncratl2.Atlanta.NCR.COM> Reply-To: Ron Guilmette Distribution: comp Organization: University of California, Irvine - Dept of ICS Lines: 10 In article <1030@ncratl2.Atlanta.NCR.COM> dspoon@ncratl2.Atlanta.NCR.COM (Dave Witherspoon) writes: > >#pragma "once" isn't supported in MSC. Preprocessor proposals are >frequent but rarely acted upon amongst all the major vendors. Besides, >I need something NOW! Did you even consider the possibility of just porting the GNU preprocessor to your system and then using it in conjunction with the MS-C compiler? // rfg