comparison libinterp/corefcn/gsvd.cc @ 33167:8f8bb94a1b83

for consistent coding style, use #if defined, not #ifdef or #ifndef Affected files: documentation.cc, variable-editor-model.cc, variable-editor.cc, gsvd.cc, latex-text-renderer.cc, ordqz.cc, pt-anon-scopes.cc, Faddeeva.cc, and gsvd.cc.
author John W. Eaton <jwe@octave.org>
date Thu, 07 Mar 2024 13:55:46 -0500
parents 4239095e41c1
children
comparison
equal deleted inserted replaced
33166:7274354d68bf 33167:8f8bb94a1b83
21 // along with Octave; see the file COPYING. If not, see 21 // along with Octave; see the file COPYING. If not, see
22 // <https://www.gnu.org/licenses/>. 22 // <https://www.gnu.org/licenses/>.
23 // 23 //
24 //////////////////////////////////////////////////////////////////////// 24 ////////////////////////////////////////////////////////////////////////
25 25
26 #ifdef HAVE_CONFIG_H 26 #if defined (HAVE_CONFIG_H)
27 # include "config.h" 27 # include "config.h"
28 #endif 28 #endif
29 29
30 #include "dMatrix.h" 30 #include "dMatrix.h"
31 #include "CMatrix.h" 31 #include "CMatrix.h"