diff oct-conf-post.in.h @ 21225:19a619ac9508

rename FLOAT_TRUNCATE to OCTAVE_FLOAT_TRUNCATE * oct-cmplx.h, oct-conf-post.in.h: Rename FLOAT_TRUNCATE to OCTAVE_FLOAT_TRUNCATE.
author John W. Eaton <jwe@octave.org>
date Mon, 08 Feb 2016 17:34:12 -0500
parents f7d1050b9b53
children 25150962bfd3
line wrap: on
line diff
--- a/oct-conf-post.in.h	Mon Feb 08 21:29:57 2016 -0800
+++ b/oct-conf-post.in.h	Mon Feb 08 17:34:12 2016 -0500
@@ -183,9 +183,9 @@
 #endif
 
 #if defined (ENABLE_FLOAT_TRUNCATE)
-#  define FLOAT_TRUNCATE volatile
+#  define OCTAVE_FLOAT_TRUNCATE volatile
 #else
-#  define FLOAT_TRUNCATE
+#  define OCTAVE_FLOAT_TRUNCATE
 #endif
 
 /* oct-types.h */