Mercurial > hg > octave-lyh
diff liboctave/idx-vector.h @ 526:a01a9db8ab69
[project @ 1994-07-20 18:46:24 by jwe]
author | jwe |
---|---|
date | Wed, 20 Jul 1994 18:48:55 +0000 |
parents | 40d30877f838 |
children | ba6acc6309ec |
line wrap: on
line diff
--- a/liboctave/idx-vector.h +++ b/liboctave/idx-vector.h @@ -40,7 +40,7 @@ idx_vector (const idx_vector& a); idx_vector (const Matrix& m, int do_ftn_idx, - const char *rc = (char *) 0, int z_len = 0); + const char *rc = 0, int z_len = 0); idx_vector (const Range& r); @@ -86,7 +86,7 @@ int initialized; int *data; - void init_state (const char *rc = (char *) 0, int z_len = 0); + void init_state (const char *rc = 0, int z_len = 0); void convert_one_zero_to_idx (void); };