Kaydet (Commit) 31f76ad8 authored tarafından Takeshi Abe's avatar Takeshi Abe

Leave a comment about the lesson learned

from 234e45bf

Change-Id: Ic1bcab8a9662e2f302a24a6eaad2f813c12b28a8
üst 8d279e80
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment