comparison build-aux/mk-octave-config-h.sh @ 21344:32651c9a1235

Fix typo from changeset 8376de2eaf00 (Bug #47250) * build-aux/mk-octave-config-h.sh: remove stray 'n' from #define OCTAVE_API OCTAVE_IMPORT
author John Donoghue
date Thu, 25 Feb 2016 08:16:27 -0500
parents 64be7d374f86
children 06d15e4e611a
comparison
equal deleted inserted replaced
21343:980abb267014 21344:32651c9a1235
123 /* All other compilers, at least for now. */ 123 /* All other compilers, at least for now. */
124 # define OCTAVE_EXPORT 124 # define OCTAVE_EXPORT
125 # define OCTAVE_IMPORT 125 # define OCTAVE_IMPORT
126 #endif 126 #endif
127 127
128 n#define OCTAVE_API OCTAVE_IMPORT 128 #define OCTAVE_API OCTAVE_IMPORT
129 #define OCTINTERP_API OCTAVE_IMPORT 129 #define OCTINTERP_API OCTAVE_IMPORT
130 130
131 #include <stdint.h> 131 #include <stdint.h>
132 EOF 132 EOF
133 133