comparison src/of-communications-1-fixes.patch @ 4059:b5a28d770997

of-communications, of-octcdf: update patch for default repo of octave * src/of-communications-1-fixes.patch: update patch * src/of-octcdf-1-cross-fixes.patch: update patch
author John Donoghue
date Wed, 25 Nov 2015 12:29:03 -0500
parents 46c6ddb14417
children
comparison
equal deleted inserted replaced
4058:c7e31c07c915 4059:b5a28d770997
50 +# include <octave/ls-oct-ascii.h> 50 +# include <octave/ls-oct-ascii.h>
51 +#endif 51 +#endif
52 52
53 #include "galois.h" 53 #include "galois.h"
54 #include "ov-galois.h" 54 #include "ov-galois.h"
55 # HG changeset patch
56 # User John Donoghue
57 # Date 1448402937 18000
58 # Tue Nov 24 17:08:57 2015 -0500
59 # Node ID e8b6bae07002b9e94bfc104b1e844963ccaa5f41
60 # Parent eeb20b3c6074e8932e40b14c9f99985340ceeca5
61 define OV_REP_TYPE it it is not defined (Bug #46521)
62
63 * src/ov-galois.h: define OV_REP_TYPE if not defined already
64
65 diff -r eeb20b3c6074 -r e8b6bae07002 src/ov-galois.h
66 --- a/src/ov-galois.h Thu Sep 03 13:19:03 2015 -0400
67 +++ b/src/ov-galois.h Tue Nov 24 17:08:57 2015 -0500
68 @@ -44,6 +44,10 @@
69 #endif
70 #endif
71
72 +#if ! defined (OV_REP_TYPE)
73 +# define OV_REP_TYPE octave_base_value
74 +#endif
75 +
76 class octave_value_list;
77 class tree_walker;
78