Skip to content
Snippets Groups Projects
Commit 08327474 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Fixed Solaris build after float conversion changes


Change-Id: I1938973b16da4e0960a8b239f7aee750330b070f
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent cc756c32
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,10 @@ ...@@ -48,6 +48,10 @@
#define ERRMSG_BUFSIZE 512 #define ERRMSG_BUFSIZE 512
#ifndef INFINITY
#define INFINITY (DBL_MAX*DBL_MAX)
#endif
// table to reverse the hex digits within an octet // table to reverse the hex digits within an octet
// input: ABCDEFGH, output: DCBAHGFE // input: ABCDEFGH, output: DCBAHGFE
static const unsigned char nibble_reverse_table[] = static const unsigned char nibble_reverse_table[] =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment