Mercurial > hg > octave-nkf
comparison src/ov-fcn.h @ 10313:f3b65e1ae355
untabify src header files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:16:43 -0500 |
parents | cd96d29c5efa |
children | 883b9308353c |
comparison
equal
deleted
inserted
replaced
10312:cbc402e64d83 | 10313:f3b65e1ae355 |
---|---|
138 virtual void accept (tree_walker&) { } | 138 virtual void accept (tree_walker&) { } |
139 | 139 |
140 protected: | 140 protected: |
141 | 141 |
142 octave_function (const std::string& nm, | 142 octave_function (const std::string& nm, |
143 const std::string& ds = std::string ()) | 143 const std::string& ds = std::string ()) |
144 : relative (false), locked (false), private_function (false), | 144 : relative (false), locked (false), private_function (false), |
145 xdispatch_class (), my_name (nm), my_dir_name (), doc (ds) { } | 145 xdispatch_class (), my_name (nm), my_dir_name (), doc (ds) { } |
146 | 146 |
147 // TRUE if this function was found from a relative path element. | 147 // TRUE if this function was found from a relative path element. |
148 bool relative; | 148 bool relative; |