Skip to content
Snippets Groups Projects
Commit 35e9099e authored by BenceJanosSzabo's avatar BenceJanosSzabo
Browse files

Solaris NAN and INFINITY fix


Change-Id: I51b963674ce11935c0a556925fe3755102da0238
Signed-off-by: default avatarBenceJanosSzabo <bence.janos.szabo@ericsson.com>
parent 1afd2f61
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,11 @@
#include "../common/dbgnew.hh"
#ifndef INFINITY
#include <float.h>
static const double INFINITY = (DBL_MAX*DBL_MAX);
#endif
#include "Profiler.hh"
extern string_map_t *config_defines;
......
......@@ -51,6 +51,11 @@
//#include "../../common/dbgnew.hh"
#ifndef INFINITY
#include <float.h>
static const double INFINITY = (DBL_MAX*DBL_MAX);
#endif
extern string_map_t *config_defines;
#define yylval config_read_lval
......
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