]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/float_bits.hpp
Put brackets around ipv6 addresses in `inet6 present`
[factor.git] / vm / float_bits.hpp
index 6fc53cfcb28a97db8bd8f7d398a905894c277bdb..3a2e1474c4db98ec22e922f6c8f6775129dd4422 100644 (file)
@@ -1,7 +1,7 @@
 namespace factor {
 
-/* Some functions for converting floating point numbers to binary
-representations and vice versa */
+// Some functions for converting floating point numbers to binary
+// representations and vice versa
 
 union double_bits_pun {
   double x;