Mercurial > hg > octave-nkf
diff src/input.cc @ 1606:2d0541468991
[project @ 1995-11-02 12:57:17 by jwe]
author | jwe |
---|---|
date | Thu, 02 Nov 1995 12:58:59 +0000 |
parents | 583476712438 |
children | 6708c53892c1 |
line wrap: on
line diff
--- a/src/input.cc +++ b/src/input.cc @@ -129,7 +129,10 @@ int reading_fcn_file = 0; // Simple name of function file we are reading. -char *curr_fcn_file_name = 0; +const char *curr_fcn_file_name = 0; + +// Full name of file we are reading. +const char *curr_fcn_file_full_name = 0; // Nonzero means we're parsing a script file. int reading_script_file = 0;