Mercurial > hg > octave-lyh
comparison src/load-save.cc @ 5321:84b72a402b86
[project @ 2005-04-29 05:18:39 by jwe]
author | jwe |
---|---|
date | Fri, 29 Apr 2005 05:20:01 +0000 |
parents | 4c8a2e4e0717 |
children | 22994a5730f9 |
comparison
equal
deleted
inserted
replaced
5320:7b95f7fdf175 | 5321:84b72a402b86 |
---|---|
700 verbose = true; | 700 verbose = true; |
701 } | 701 } |
702 else if (argv[i] == "-ascii" || argv[i] == "-a") | 702 else if (argv[i] == "-ascii" || argv[i] == "-a") |
703 { | 703 { |
704 warning ("the meaning of this option will change in a future"); | 704 warning ("the meaning of this option will change in a future"); |
705 warning ("version of Octave to be compatible with @sc{Matlab}."); | 705 warning ("version of Octave to be compatible with Matlab."); |
706 warning ("To keep the meaning of your code the same across"); | 706 warning ("To keep the meaning of your code the same across"); |
707 warning ("this change, use the -text option instead."); | 707 warning ("this change, use the -text option instead."); |
708 | 708 |
709 format = LS_ASCII; | 709 format = LS_ASCII; |
710 } | 710 } |
1086 append = true; | 1086 append = true; |
1087 } | 1087 } |
1088 else if (argv[i] == "-ascii" || argv[i] == "-a") | 1088 else if (argv[i] == "-ascii" || argv[i] == "-a") |
1089 { | 1089 { |
1090 warning ("the meaning of this option will change in a future"); | 1090 warning ("the meaning of this option will change in a future"); |
1091 warning ("version of Octave to be compatible with @sc{Matlab}."); | 1091 warning ("version of Octave to be compatible with Matlab."); |
1092 warning ("To keep the meaning of your code the same across"); | 1092 warning ("To keep the meaning of your code the same across"); |
1093 warning ("this change, use the -text option instead."); | 1093 warning ("this change, use the -text option instead."); |
1094 | 1094 |
1095 format = LS_ASCII; | 1095 format = LS_ASCII; |
1096 } | 1096 } |