diff libinterp/corefcn/oct-stream.cc @ 21354:06d15e4e611a

move public data type macros to octave-config.h * configure.ac: Define OCTAVE_HAVE_LONG_LONG_INT, OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT, and OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES. * mk-oct-config-h.sh: Extract them from config.h. * oct-stream.cc, ov.cc, ov.h, Array-i.cc, data-conv.cc, oct-inttypes.h, acinclude.m4: Use new macro names.
author John W. Eaton <jwe@octave.org>
date Thu, 25 Feb 2016 17:34:14 -0500
parents e078d2208d86
children 4f3e63d75f33
line wrap: on
line diff
--- a/libinterp/corefcn/oct-stream.cc	Thu Feb 25 16:15:04 2016 -0500
+++ b/libinterp/corefcn/oct-stream.cc	Thu Feb 25 17:34:14 2016 -0500
@@ -3860,7 +3860,7 @@
 INSTANTIATE_WRITE (int64_t);
 INSTANTIATE_WRITE (uint64_t);
 INSTANTIATE_WRITE (bool);
-#if defined (HAVE_OVERLOAD_CHAR_INT8_TYPES)
+#if defined (OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES)
 INSTANTIATE_WRITE (char);
 #endif
 INSTANTIATE_WRITE (float);