annotate src/of-communications-3-fixes.patch @ 4733:1ecb1e67eaa1

* src/src-msys-dos2unix.mk: update checksum
author John Donoghue <john.donoghue@ieee.org>
date Sat, 09 Jun 2018 10:13:46 -0400
parents 51ac5c23dd97
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4595
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 diff -uNr a/src/configure b/src/configure
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 --- a/src/configure 2015-04-04 12:29:43.708815162 -0400
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 +++ b/src/configure 2018-01-09 16:18:21.287096634 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 @@ -2450,7 +2450,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 /* end confdefs.h. */
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 - #include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 #include <octave/ov-base.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 int
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 @@ -2502,7 +2501,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 /* end confdefs.h. */
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16 - #include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 #include <octave/ov-base.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 class foo : public octave_base_value
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 {
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20 @@ -2561,7 +2559,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 /* end confdefs.h. */
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23 #include <iostream>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 - #include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25 #include <octave/ov-base.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
26
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
27 int
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28 diff -uNr a/src/configure.ac b/src/configure.ac
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
29 --- a/src/configure.ac 2018-01-09 16:19:20.488581117 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30 +++ b/src/configure.ac 2018-01-09 16:18:21.291096463 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
31 @@ -34,7 +34,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32 CXXFLAGS="$CXXFLAGS $comm_CXXFLAGS"
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
33 AC_LANG_PUSH(C++)
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
34 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
35 - #include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
36 #include <octave/ov-base.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
37 ]], [[
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
38 octave_hdf5_id x;
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
39 @@ -56,7 +55,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
40 CXXFLAGS="$CXXFLAGS $comm_CXXFLAGS"
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
41 AC_LANG_PUSH(C++)
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
42 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
43 - #include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
44 #include <octave/ov-base.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
45 class foo : public octave_base_value
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
46 {
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
47 @@ -85,7 +83,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
48 AC_LANG_PUSH(C++)
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
49 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
50 #include <iostream>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
51 - #include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
52 #include <octave/ov-base.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
53 ]], [[
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
54 const octave_base_value x; x.print (std::cout);
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
55 diff -uNr a/src/galois.cc b/src/galois.cc
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
56 --- a/src/galois.cc 2018-01-09 16:19:22.260505820 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
57 +++ b/src/galois.cc 2018-01-09 16:18:21.291096463 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
58 @@ -18,7 +18,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
59 // program with any Open Source program, as defined by the Open Source
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
60 // Initiative (www.opensource.org)
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
61
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
62 -#include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
63 #include <octave/error.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
64 #include <octave/gripes.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
65 #include <octave/mx-op-defs.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
66 diff -uNr a/src/galois.h b/src/galois.h
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
67 --- a/src/galois.h 2018-01-09 16:19:22.260505820 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
68 +++ b/src/galois.h 2018-01-09 16:18:46.190038466 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
69 @@ -21,7 +21,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
70 #if !defined (octave_galois_int_h)
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
71 #define octave_galois_int_h 1
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
72
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
73 -#include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
74 #include <octave/mx-base.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
75
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
76 #include "galoisfield.h"
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
77 diff -uNr a/src/gf.cc b/src/gf.cc
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
78 --- a/src/gf.cc 2015-04-04 12:28:43.954509931 -0400
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
79 +++ b/src/gf.cc 2018-01-09 16:18:21.291096463 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
80 @@ -29,7 +29,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
81 for a GPL release of his code
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
82 */
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
83
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
84 -#include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
85 #include <octave/defun-dld.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
86 #include <octave/gripes.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
87 #include <octave/oct-locbuf.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
88 diff -uNr a/src/op-gm-gm.cc b/src/op-gm-gm.cc
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
89 --- a/src/op-gm-gm.cc 2015-04-04 12:28:43.954509931 -0400
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
90 +++ b/src/op-gm-gm.cc 2018-01-09 16:18:21.295096293 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
91 @@ -18,7 +18,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
92 // program with any Open Source program, as defined by the Open Source
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
93 // Initiative (www.opensource.org)
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
94
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
95 -#include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
96 #include <octave/oct-obj.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
97 #include <octave/ops.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
98
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
99 diff -uNr a/src/op-gm-m.cc b/src/op-gm-m.cc
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
100 --- a/src/op-gm-m.cc 2015-04-04 12:28:43.954509931 -0400
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
101 +++ b/src/op-gm-m.cc 2018-01-09 16:18:21.295096293 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
102 @@ -18,7 +18,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
103 // program with any Open Source program, as defined by the Open Source
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
104 // Initiative (www.opensource.org)
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
105
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
106 -#include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
107 #include <octave/ops.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
108 #include <octave/ov-re-mat.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
109
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
110 diff -uNr a/src/op-gm-s.cc b/src/op-gm-s.cc
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
111 --- a/src/op-gm-s.cc 2015-04-04 12:28:43.958509840 -0400
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
112 +++ b/src/op-gm-s.cc 2018-01-09 16:18:21.295096293 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
113 @@ -18,7 +18,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
114 // program with any Open Source program, as defined by the Open Source
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
115 // Initiative (www.opensource.org)
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
116
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
117 -#include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
118 #include <octave/ops.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
119 #include <octave/ov-scalar.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
120
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
121 diff -uNr a/src/op-m-gm.cc b/src/op-m-gm.cc
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
122 --- a/src/op-m-gm.cc 2015-04-04 12:28:43.958509840 -0400
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
123 +++ b/src/op-m-gm.cc 2018-01-09 16:18:21.295096293 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
124 @@ -18,7 +18,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
125 // program with any Open Source program, as defined by the Open Source
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
126 // Initiative (www.opensource.org)
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
127
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
128 -#include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
129 #include <octave/ops.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
130 #include <octave/ov-re-mat.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
131
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
132 diff -uNr a/src/op-s-gm.cc b/src/op-s-gm.cc
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
133 --- a/src/op-s-gm.cc 2015-04-04 12:28:43.958509840 -0400
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
134 +++ b/src/op-s-gm.cc 2018-01-09 16:18:21.295096293 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
135 @@ -18,7 +18,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
136 // program with any Open Source program, as defined by the Open Source
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
137 // Initiative (www.opensource.org)
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
138
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
139 -#include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
140 #include <octave/ops.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
141 #include <octave/ov-scalar.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
142
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
143 diff -uNr a/src/ov-galois.cc b/src/ov-galois.cc
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
144 --- a/src/ov-galois.cc 2018-01-09 16:19:22.260505820 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
145 +++ b/src/ov-galois.cc 2018-01-09 16:18:21.295096293 -0500
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
146 @@ -20,7 +20,6 @@
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
147
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
148 #include <iostream>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
149
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
150 -#include <octave/config.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
151 #include <octave/byte-swap.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
152 #include <octave/gripes.h>
51ac5c23dd97 of-communications: add missing file from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
153 #include <octave/lo-ieee.h>