annotate src/mingw-transfig-1-fixes.patch @ 3806:4db51bcd2fa6

update octave.bmp for antialising artifacts * installer-files/octave.bmp: updated image
author John Donoghue <john.donoghue@ieee.org>
date Wed, 18 Feb 2015 18:31:06 -0500
parents 92fdb983b351
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3513
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 --- a/fig2dev/fig2dev.h 2014-02-07 14:24:38.387076292 -0500
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 +++ b/fig2dev/fig2dev.h 2014-02-07 14:23:19.785715605 -0500
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 @@ -22,6 +22,7 @@
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 #include <stdarg.h>
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 #include "patchlevel.h"
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 #include <math.h>
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 +#define NO_OLDNAMES
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 #include <sys/file.h>
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 #include <signal.h>
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 #include <string.h>
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 --- a/fig2dev/dev/genemf.h 2010-03-16 14:18:59.000000000 -0400
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 +++ b/fig2dev/dev/genemf.h 2014-02-07 14:21:12.785972417 -0500
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13 @@ -62,6 +62,8 @@
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 # endif
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 #endif
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 +#define BYTE_ORDER 1234
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 +
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 #if defined(BYTE_ORDER) && (BYTE_ORDER == LITTLE_ENDIAN)
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20
92fdb983b351 allow transfig to compile on w64 systems
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 # define htofs(x) (x)