comparison 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
comparison
equal deleted inserted replaced
21224:2e64b5899d1f 21225:19a619ac9508
181 #if defined (ENABLE_OPENMP) 181 #if defined (ENABLE_OPENMP)
182 # define HAVE_OPENMP 1 182 # define HAVE_OPENMP 1
183 #endif 183 #endif
184 184
185 #if defined (ENABLE_FLOAT_TRUNCATE) 185 #if defined (ENABLE_FLOAT_TRUNCATE)
186 # define FLOAT_TRUNCATE volatile 186 # define OCTAVE_FLOAT_TRUNCATE volatile
187 #else 187 #else
188 # define FLOAT_TRUNCATE 188 # define OCTAVE_FLOAT_TRUNCATE
189 #endif 189 #endif
190 190
191 /* oct-types.h */ 191 /* oct-types.h */
192 192
193 #include <stdint.h> 193 #include <stdint.h>