comparison liboctave/ChangeLog @ 3263:7d80b56e0dc8

[project @ 1999-08-20 19:10:09 by jwe]
author jwe
date Fri, 20 Aug 1999 19:12:29 +0000
parents eaa639880b51
children fdc7dd08cd85
comparison
equal deleted inserted replaced
3262:eaa639880b51 3263:7d80b56e0dc8
1 Fri Aug 20 07:58:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> 1 Fri Aug 20 07:58:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * mx-inlines.cc (VS_OP, SV_OP, VV_OP): Delete `extern template' decls.
4 (VS_OP_FCN, SV_OP_FCN, VV_OP_FCN): Declare template functions
5 `inline', not `static inline'.
2 6
3 * idx-vector.cc (intcmp): Declare args as const void *, not int *, 7 * idx-vector.cc (intcmp): Declare args as const void *, not int *,
4 then cast to const int * to compare. 8 then cast to const int * to compare.
5 9
6 Fri Jul 16 11:23:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu> 10 Fri Jul 16 11:23:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu>