Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: cpp source, where is it? Message-ID: <53865@nigel.ee.udel.edu> Date: 17 May 91 07:48:20 GMT Sender: usenet@ee.udel.edu Lines: 12 There are two different versions of cpp floating around in this group: 1.) DECUS cpp -- rather slow, does not use much memory 2.) GNU cpp -- full of errors with respect to messing up ints and longs, so only usable with a 32-bit compiler. Fast, but it needs much memory DECUS cpp has been posted in this group, also available elsewhere. GNU cpp is part of GCC. C.v.W.