home *** CD-ROM | disk | FTP | other *** search
- From jonas.gold.sub.org Thu, 04 Mar 93 21:01:42 MET
- Path: jonas!gold.sub.org!imutm1.de.intel.com!news
- Newsgroups: gold.lists.emx-list
- Distribution: gold
- Return-Path: <MailingList.Server@ludd.luth.se>
- Date: Thu, 4 Mar 1993 12:28:16 +0100
- Message-Id: <9303041020.AA00749@azu.informatik.uni-stuttgart.de>
- Reply-To: emx-list@ludd.luth.se
- Sender: emx-list@ludd.luth.se
- From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
- Subject: .cpp
- X-Gated: imutm1 Mail/News Gateway
- Lines: 24
-
- This patch makes GCC treat .cpp files as C++ source files. See
- build.doc for details on compiling GCC (only gcc.exe has to be
- rebuilt). Better don't try to apply this patch if you don't know
- how to recompile GCC.
-
- *** gcc.c~ Tue Mar 02 22:57:58 1993
- --- gcc.c Tue Mar 02 22:58:00 1993
- ***************
- *** 512,517 ****
- --- 512,520 ----
- %i %W{o*}"},
- {".cc", "@c++"},
- {".cxx", "@c++"},
- + #if defined (__EMX__)
- + {".cpp", "@c++"},
- + #endif
- {".C", "@c++"},
- {"@c++",
- "cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
-
- Eberhard Mattes (mattes@azu.informatik.uni-stuttgart.de)
-
- To unsubscribe, send "unsubscribe emx-list" to listserv@ludd.luth.se
- ^^^^^^^^
-
-