home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / archive / emx / patches / patch09b < prev    next >
Encoding:
Internet Message Format  |  1993-03-04  |  1.2 KB

  1. From jonas.gold.sub.org Thu, 04 Mar 93 21:01:42 MET
  2. Path: jonas!gold.sub.org!imutm1.de.intel.com!news
  3. Newsgroups: gold.lists.emx-list
  4. Distribution: gold
  5. Return-Path: <MailingList.Server@ludd.luth.se>
  6. Date: Thu, 4 Mar 1993 12:28:16 +0100
  7. Message-Id: <9303041020.AA00749@azu.informatik.uni-stuttgart.de>
  8. Reply-To: emx-list@ludd.luth.se
  9. Sender: emx-list@ludd.luth.se
  10. From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
  11. Subject: .cpp
  12. X-Gated: imutm1 Mail/News Gateway
  13. Lines: 24
  14.  
  15. This patch makes GCC treat .cpp files as C++ source files.  See
  16. build.doc for details on compiling GCC (only gcc.exe has to be
  17. rebuilt).  Better don't try to apply this patch if you don't know
  18. how to recompile GCC.
  19.  
  20. *** gcc.c~    Tue Mar 02 22:57:58 1993
  21. --- gcc.c    Tue Mar 02 22:58:00 1993
  22. ***************
  23. *** 512,517 ****
  24. --- 512,520 ----
  25.           %i %W{o*}"},
  26.     {".cc", "@c++"},
  27.     {".cxx", "@c++"},
  28. + #if defined (__EMX__)
  29. +   {".cpp", "@c++"},
  30. + #endif
  31.     {".C", "@c++"},
  32.     {"@c++",
  33.      "cpp -lang-c++ %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
  34.  
  35. Eberhard Mattes (mattes@azu.informatik.uni-stuttgart.de)
  36.  
  37. To unsubscribe, send "unsubscribe emx-list" to listserv@ludd.luth.se
  38.                                                ^^^^^^^^
  39.  
  40.