[Libreoffice-commits] core.git: include/sal

Takeshi Abe tabe at fixedpoint.jp
Sat Jan 17 04:06:39 PST 2015


 include/sal/config.h |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 31f76ad84ceb3c99af1d9db3f0a8e1f6932bbb94
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sat Jan 17 20:58:51 2015 +0900

    Leave a comment about the lesson learned
    
    from 234e45bf1d27484b72e73fe327b1e92fda1933f1
    
    Change-Id: Ic1bcab8a9662e2f302a24a6eaad2f813c12b28a8

diff --git a/include/sal/config.h b/include/sal/config.h
index c459365..e891a6b 100644
--- a/include/sal/config.h
+++ b/include/sal/config.h
@@ -86,6 +86,11 @@
 #define SAL_CONFIGFILE( name ) name "rc"
 #endif
 
+/* The following spell is for Solaris and its descendants.
+ * See the "Solaris" section of
+ * <http://sourceforge.net/p/predef/wiki/OperatingSystems/>, and
+ * <http://stackoverflow.com/questions/16618604/solaris-and-preprocessor-macros>.
+ */
 #ifdef sun
 #undef sun
 #define sun sun


More information about the Libreoffice-commits mailing list