Mercurial > hg > octave-lyh
diff liboctave/oct-env.h @ 10278:4a278982c0fe
use gnulib progname module
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 08 Feb 2010 17:30:23 -0500 |
parents | 2d47356a7a1a |
children | cbc402e64d83 |
line wrap: on
line diff
--- a/liboctave/oct-env.h +++ b/liboctave/oct-env.h @@ -127,9 +127,9 @@ mutable std::string current_directory; // Etc. - mutable std::string program_name; + mutable std::string prog_name; - mutable std::string program_invocation_name; + mutable std::string prog_invocation_name; mutable std::string user_name;