# HG changeset patch # User John Donoghue # Date 1456406187 18000 # Node ID 32651c9a12353adc3217538fa3e6ceabeff23a16 # Parent 980abb267014b5d0744efdc5db6f87b5ec005a09 Fix typo from changeset 8376de2eaf00 (Bug #47250) * build-aux/mk-octave-config-h.sh: remove stray 'n' from #define OCTAVE_API OCTAVE_IMPORT diff -r 980abb267014 -r 32651c9a1235 build-aux/mk-octave-config-h.sh --- a/build-aux/mk-octave-config-h.sh Wed Feb 24 21:47:10 2016 -0800 +++ b/build-aux/mk-octave-config-h.sh Thu Feb 25 08:16:27 2016 -0500 @@ -125,7 +125,7 @@ # define OCTAVE_IMPORT #endif -n#define OCTAVE_API OCTAVE_IMPORT +#define OCTAVE_API OCTAVE_IMPORT #define OCTINTERP_API OCTAVE_IMPORT #include