From cf1b98093e6f0dfd30c8c5ab51a481194e1f6a4c Mon Sep 17 00:00:00 2001
From: Botond Baranyi <botond.baranyi@ericsson.com>
Date: Mon, 28 Jan 2019 14:45:23 +0100
Subject: [PATCH] Corrected macro name (bug 539612)

Change-Id: Ibfa87fa49d16b4e2bc39d7676b5bb70bcc1d1c59
Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com>
---
 common/ttcn3float.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/ttcn3float.hh b/common/ttcn3float.hh
index 74549a494..c3fa4e753 100644
--- a/common/ttcn3float.hh
+++ b/common/ttcn3float.hh
@@ -23,7 +23,7 @@
    are displayed in exponential notation. */
 #define MAX_DECIMAL_FLOAT		1.0E+10
 
-#if __clpusplus < 201103L // signbit is a function in C++11, not a macro
+#if __cplusplus < 201103L // signbit is a function in C++11, not a macro
 
 #ifndef signbit
 // Probably Solaris.
-- 
GitLab