Mercurial > hg > octave-nkf
diff src/ov-fcn-inline.cc @ 4962:0ab18cbe8b5f
[project @ 2004-09-02 16:56:17 by jwe]
author | jwe |
---|---|
date | Thu, 02 Sep 2004 16:56:17 +0000 |
parents | ed0f3cb6d3d4 |
children | 91b61d27b9b4 |
line wrap: on
line diff
--- a/src/ov-fcn-inline.cc +++ b/src/ov-fcn-inline.cc @@ -55,7 +55,7 @@ : octave_fcn_handle (0, n), iftext (f), ifargs (a) { // Find a function name that isn't already in the symbol table. - std::string fname = unique_symbol_name ("__inline__"); + std::string fname = unique_symbol_name ("__inline_"); // Form a string representing the function.