home *** CD-ROM | disk | FTP | other *** search
- From lenler!ithil!dc.dth.dk!bojsen Mon, 5 Aug 91 20:03:13 MED
- Received: by moria.UUCP (V1.09/Amiga)
- id AA00000; Mon, 5 Aug 91 20:03:13 MED
- Received: by lenler.uucp (V1.09/Amiga)
- id AA47612; Mon, 5 Aug 91 19:58:01 MET
- Received: by ithil.dc.dth.dk (4.1/DC1.2SU)
- id AA29343; Mon, 5 Aug 91 13:08:46 MED
- Date: Mon, 5 Aug 91 13:08:46 MED
- Message-Id: <9108051108.AA29343@ithil.dc.dth.dk>
- From: bojsen@dc.dth.dk (Per Bojsen)
- To: bojsen@lenler
- Subject: New cpp
-
- cpp.oct.tar contains changes made by Graham Dumpleton
- (grahamd@otc.otca.oz.au) which the TI cpp doesn't have.
-
- - Added support for Sun -Y option
- - Added support for Sun -undef option
- - Fix -N by putting initdefines() after dooptions()
- - Added throw macro support to jump table (this is a local thing)
- - Fixed predefines for sun, pyr and i386 architectures
- - Fixes to make ## operator expansion ANSI conformant. See 16.3.2 of ARM.
- - Remove #elif from src to make more portable.
- - Added support for Pyramid.
- - Added support for Interactive Unix.
- - Fix #line nesting. Put #lines around template expansions.
- - Add __COOL__ as a predefined symbol.
- - Fix search for include in local directory first. (previously reported to TI
- but wasn't in their last release)
- - Fix #line nesting. Added wrongfile, also force #line before included file.
-
-