diff liboctave/data-conv.cc @ 5892:13aa80fc7839

[project @ 2006-07-15 18:15:58 by jwe]
author jwe
date Sat, 15 Jul 2006 18:16:53 +0000
parents a0218194daa6
children 7e958a1532c6
line wrap: on
line diff
--- a/liboctave/data-conv.cc	Sat Jul 15 14:19:58 2006 +0000
+++ b/liboctave/data-conv.cc	Sat Jul 15 18:16:53 2006 +0000
@@ -34,6 +34,10 @@
 #include "data-conv.h"
 #include "lo-error.h"
 
+template void swap_bytes<2> (volatile void *, int);
+template void swap_bytes<4> (volatile void *, int);
+template void swap_bytes<8> (volatile void *, int);
+
 #if defined HAVE_LONG_LONG_INT
 #define FIND_SIZED_INT_TYPE(VAL, BITS, TQ, Q) \
   do \