comparison src/gnuplot-2-win64.patch @ 3528:8af668b331da

gnuplot-2-win64.patch: update for mingw-w64 compiler
author John W. Eaton <jwe@octave.org>
date Sun, 16 Feb 2014 21:44:44 -0500
parents 598f4d2af02e
children
comparison
equal deleted inserted replaced
3527:b111822b0bf0 3528:8af668b331da
4 @@ -58,12 +58,13 @@ 4 @@ -58,12 +58,13 @@
5 5
6 static enum DATA_TYPES sprintf_specifier __PROTO((const char *format)); 6 static enum DATA_TYPES sprintf_specifier __PROTO((const char *format));
7 7
8 - 8 -
9 +#ifndef _WIN64 9 +#ifndef WIN32
10 int 10 int
11 GP_MATHERR( STRUCT_EXCEPTION_P_X ) 11 GP_MATHERR( STRUCT_EXCEPTION_P_X )
12 { 12 {
13 return (undefined = TRUE); /* don't print error message */ 13 return (undefined = TRUE); /* don't print error message */
14 } 14 }