Mercurial > hg > octave-nkf
comparison src/error.cc @ 5823:080c08b192d8
[project @ 2006-05-19 05:32:17 by jwe]
author | jwe |
---|---|
date | Fri, 19 May 2006 05:32:19 +0000 |
parents | 1138ced03f14 |
children | 80d3933fb8b6 |
comparison
equal
deleted
inserted
replaced
5822:4fdc2515ebad | 5823:080c08b192d8 |
---|---|
1145 } | 1145 } |
1146 else | 1146 else |
1147 error ("lasterr: expecting arguments to be character strings"); | 1147 error ("lasterr: expecting arguments to be character strings"); |
1148 } | 1148 } |
1149 else | 1149 else |
1150 print_usage ("lasterr"); | 1150 print_usage (); |
1151 | 1151 |
1152 return retval; | 1152 return retval; |
1153 } | 1153 } |
1154 | 1154 |
1155 // For backward compatibility. | 1155 // For backward compatibility. |
1192 } | 1192 } |
1193 else | 1193 else |
1194 error ("lastwarn: expecting arguments to be character strings"); | 1194 error ("lastwarn: expecting arguments to be character strings"); |
1195 } | 1195 } |
1196 else | 1196 else |
1197 print_usage ("lastwarn"); | 1197 print_usage (); |
1198 | 1198 |
1199 return retval; | 1199 return retval; |
1200 } | 1200 } |
1201 | 1201 |
1202 DEFUN (usage, args, , | 1202 DEFUN (usage, args, , |