Mercurial > hg > octave-lyh
diff liboctave/Array-i.cc @ 7442:da006c2fe55c
[project @ 2008-02-03 19:34:26 by jwe]
author | jwe |
---|---|
date | Sun, 03 Feb 2008 19:34:26 +0000 |
parents | 402168152bb9 |
children | 7cbe01c21986 |
line wrap: on
line diff
--- a/liboctave/Array-i.cc +++ b/liboctave/Array-i.cc @@ -35,9 +35,15 @@ INSTANTIATE_ARRAY_SORT (int); INSTANTIATE_ARRAY_SORT (long); +#if defined (HAVE_LONG_LONG_INT) +INSTANTIATE_ARRAY_SORT (long long); +#endif INSTANTIATE_ARRAY_AND_ASSIGN (int, OCTAVE_API); INSTANTIATE_ARRAY_AND_ASSIGN (long, OCTAVE_API); +#if defined (HAVE_LONG_LONG_INT) +INSTANTIATE_ARRAY_AND_ASSIGN (long long, OCTAVE_API); +#endif INSTANTIATE_ARRAY_ASSIGN (int, short, OCTAVE_API); INSTANTIATE_ARRAY_ASSIGN (int, char, OCTAVE_API);