changeset 22118:17c59e33b236

* oct-conf-post.in.h, mk-octave-config-h.sh: Revert unintended changes from previous changeset.
author John W. Eaton <jwe@octave.org>
date Fri, 15 Jul 2016 11:29:17 -0400
parents 9b832e9caae6
children d3b6d0e108a3
files build-aux/mk-octave-config-h.sh oct-conf-post.in.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/mk-octave-config-h.sh	Fri Jul 15 10:43:48 2016 -0400
+++ b/build-aux/mk-octave-config-h.sh	Fri Jul 15 11:29:17 2016 -0400
@@ -120,7 +120,7 @@
 /* #    undef HAVE_OCTAVE_UNUSED_ATTR */
 #  endif
 
-// #  define OCTAVE_USE_DEPRECATED_FUNCTIONS 1
+#  define OCTAVE_USE_DEPRECATED_FUNCTIONS 1
 
 #  if defined (__cplusplus)
 template <typename T>
--- a/oct-conf-post.in.h	Fri Jul 15 10:43:48 2016 -0400
+++ b/oct-conf-post.in.h	Fri Jul 15 11:29:17 2016 -0400
@@ -50,7 +50,7 @@
 #  define OCTAVE_UNUSED
 #endif
 
-// #define OCTAVE_USE_DEPRECATED_FUNCTIONS 1
+#define OCTAVE_USE_DEPRECATED_FUNCTIONS 1
 
 #if defined (__cplusplus)
 template <typename T>