Mercurial > hg > octave-lojdl
comparison src/octave.cc @ 11518:141b3fb5cef7
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 13 Jan 2011 16:52:30 -0500 |
parents | 944b7e20fc5a |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
11517:da8e32c99969 | 11518:141b3fb5cef7 |
---|---|
71 #include "variables.h" | 71 #include "variables.h" |
72 #include <version.h> | 72 #include <version.h> |
73 | 73 |
74 // Kluge. | 74 // Kluge. |
75 extern "C" F77_RET_T | 75 extern "C" F77_RET_T |
76 F77_FUNC (xerbla, XERBLA) (F77_CONST_CHAR_ARG_DECL, const octave_idx_type& | 76 F77_FUNC (xerbla, XERBLA) (F77_CONST_CHAR_ARG_DECL, |
77 const octave_idx_type& | |
77 F77_CHAR_ARG_LEN_DECL); | 78 F77_CHAR_ARG_LEN_DECL); |
78 | 79 |
79 extern void install_builtins (void); | 80 extern void install_builtins (void); |
80 | 81 |
81 // The command-line options. | 82 // The command-line options. |