Octave: error() must be called with an argument
This commit is contained in:
parent
01a2d5fe4c
commit
251ab662bf
77 changed files with 308 additions and 308 deletions
|
|
@ -5,7 +5,7 @@ p = new_intp();
|
|||
intp_assign(p,3);
|
||||
|
||||
if (intp_value(p) != 3)
|
||||
error
|
||||
error("failed");
|
||||
endif
|
||||
|
||||
delete_intp(p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue