pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files The SunPro C++ compiler defines __SUNP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/906473ebfbad
branches:  trunk
changeset: 516745:906473ebfbad
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jul 27 06:39:10 2006 +0000

description:
The SunPro C++ compiler defines __SUNPRO_CC, but not __SUNPRO_C.

diffstat:

 doc/guide/files/fixes.xml |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1b5e1285a9a2 -r 906473ebfbad doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Thu Jul 27 06:38:35 2006 +0000
+++ b/doc/guide/files/fixes.xml Thu Jul 27 06:39:10 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.64 2006/07/23 15:35:08 rillig Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.65 2006/07/27 06:39:10 rillig Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
   <title>Making your package work</title>
@@ -1022,6 +1022,7 @@
 <programlisting>
     GCC         __GNUC__ (major version), __GNUC_MINOR__
     SunPro      __SUNPRO_C (0x570 for version 5.7)
+    SunPro C++  __SUNPRO_CC (0x580 for version 5.8)
 </programlisting>
 
 </sect3>



Home | Main Index | Thread Index | Old Index