ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch against 3.3.1 related to const and other fixes.


From: Arnaud Desitter
Subject: Re: Patch against 3.3.1 related to const and other fixes.
Date: Tue, 31 Jul 2001 15:49:30 +0100

Andreas Zeller wrote:
>
> This patch (like all the others) is now in the CVS archive.  Thanks a lot!
> 

Thanks for the inclusion. Another minor patch related to compiler 
identification.

Regards,
Arnaud

--- show.C      Fri Jun  8 09:57:22 2001
+++ show_new.C  Tue Jul 31 15:46:06 2001
@@ -311,6 +311,9 @@
 #elif defined(__BORLANDC__)
        "Borland C++ " stringize(__BORLANDC__)
   
+#elif defined(__ICL)
+       "Intel C++ " stringize(__ICL)
+
 #elif defined(CXX_NAME)
        CXX_NAME
 #else  // Anything else

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]