X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fcompiler.h;h=19b0c77879321b99b6a1cdf1a113a841248c2cdb;hb=2fbaddbecf27288e1da335dce591791e9a6016af;hp=b168252de07b08d48c4de223642ecec1fc5aa545;hpb=197e3f144d2b8707307ebad98d79ff22373b9ee7;p=simgear.git diff --git a/simgear/compiler.h b/simgear/compiler.h index b168252d..19b0c778 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -11,10 +11,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * $Id$ * @@ -231,6 +230,7 @@ # define isnan _isnan # define snprintf _snprintf +# define copysign _copysign # pragma warning(disable: 4786) // identifier was truncated to '255' characters # pragma warning(disable: 4244) // conversion from double to float @@ -324,7 +324,7 @@ #endif // Native SGI compilers -#if defined ( sun ) +#if defined (__sun) # include # include # if defined ( __cplusplus )