Mercurial > hg > octave-jordi
comparison libinterp/corefcn/variables.h @ 21028:e3b3bb522d62
maint: Move GCC_ attributes to start of declaration for future compatibility.
* error.cc, error.h, gripes.h, jit-typeinfo.cc, load-save.cc, oct-stream.cc,
symtab.h, variables.h, ov-base.cc, ov-class.cc, ov-classdef.cc, ov-classdef.h,
ov.cc, pt-mat.cc, dSparse.h, f77-fcn.h, lo-error.h, quit.h, lo-array-gripes.h:
Move GCC_ attributes to start of declaration for future compatibility.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 03 Jan 2016 10:58:15 -0800 |
parents | 93748bcaec17 |
children | 3e7cfee5f786 |
comparison
equal
deleted
inserted
replaced
21027:4a7d9c335402 | 21028:e3b3bb522d62 |
---|---|
135 double&); | 135 double&); |
136 extern OCTINTERP_API octave_value builtin_any_variable (const std::string&); | 136 extern OCTINTERP_API octave_value builtin_any_variable (const std::string&); |
137 | 137 |
138 extern OCTINTERP_API void bind_ans (const octave_value& val, bool print); | 138 extern OCTINTERP_API void bind_ans (const octave_value& val, bool print); |
139 | 139 |
140 GCC_ATTR_DEPRECATED extern OCTINTERP_API void | 140 GCC_ATTR_DEPRECATED OCTINTERP_API extern |
141 bind_internal_variable (const std::string& fname, | 141 void bind_internal_variable (const std::string& fname, const octave_value& val); |
142 const octave_value& val); | |
143 | 142 |
144 extern OCTINTERP_API void mlock (void); | 143 extern OCTINTERP_API void mlock (void); |
145 extern OCTINTERP_API void munlock (const std::string&); | 144 extern OCTINTERP_API void munlock (const std::string&); |
146 extern OCTINTERP_API bool mislocked (const std::string&); | 145 extern OCTINTERP_API bool mislocked (const std::string&); |
147 | 146 |