comparison libinterp/parse-tree/pt-mat.cc @ 21040:3e7cfee5f786

maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX. * oct-conf-post.in.h: Rename macros GCC_ATTR_XXX to OCTAVE_XXX. Add comments describing purpose of macros. Add FIXME note about switching macros to C++ standard convention. Add FIXME note about using visibility attributes. * error.cc, error.h, gripes.h, jit-typeinfo.cc, load-save.cc, oct-stream.cc, pt-jit.cc, symtab.h, variables.h, ov-base-sparse.h, ov-base.cc, ov-base.h, ov-class.cc, ov-classdef.cc, ov-classdef.h, ov.cc, ov.h, octave.cc, pt-mat.cc, Array.h, DiagArray2.h, PermMatrix.h, Range.h, Sparse.h, dSparse.h, f77-fcn.h, lo-error.c, lo-error.h, quit.h, SparseCmplxQR.cc, lo-array-gripes.h, unwind-prot.h: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
author Rik <rik@octave.org>
date Tue, 05 Jan 2016 14:16:58 -0800
parents e3b3bb522d62
children e39e05d90788
comparison
equal deleted inserted replaced
21039:53bded18aba6 21040:3e7cfee5f786
271 } 271 }
272 272
273 return retval; 273 return retval;
274 } 274 }
275 275
276 GCC_ATTR_NORETURN static 276 OCTAVE_NORETURN static
277 void 277 void
278 eval_error (const char *msg, const dim_vector& x, const dim_vector& y) 278 eval_error (const char *msg, const dim_vector& x, const dim_vector& y)
279 { 279 {
280 error ("%s (%s vs %s)", msg, x.str ().c_str (), y.str ().c_str ()); 280 error ("%s (%s vs %s)", msg, x.str ().c_str (), y.str ().c_str ());
281 } 281 }