From 5e95fef92cbd461efeb4a4dd8a13692feb0286b5 Mon Sep 17 00:00:00 2001
From: BenceJanosSzabo <bence.janos.szabo@ericsson.com>
Date: Wed, 12 Oct 2016 13:44:22 +0200
Subject: [PATCH] Removed range comments from Long types in
 UsefulTtcn3Types.ttcn (Bug 505633)

Change-Id: I329ae21a1c6037f69a20bd281568ada34fff2f57
Signed-off-by: BenceJanosSzabo <bence.janos.szabo@ericsson.com>
---
 xsdconvert/PredefinedModules.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xsdconvert/PredefinedModules.cc b/xsdconvert/PredefinedModules.cc
index 649fb4c05..09726cc69 100644
--- a/xsdconvert/PredefinedModules.cc
+++ b/xsdconvert/PredefinedModules.cc
@@ -34,9 +34,9 @@ const char * moduleUsefulTtcn3Types = {
 
   "    type integer unsignedlong (0 .. 4294967295) with { variant \"/*unsigned 32 bit*/\" };\n\n"
 
-  "    type integer longlong /* (  -9223372036854775808 .. 9223372036854775807 ) */ with { variant \"/*64 bit*/\" };\n\n"
+  "    type integer longlong ( -9223372036854775808 .. 9223372036854775807 ) with { variant \"/*64 bit*/\" };\n\n"
 
-  "    type integer unsignedlonglong /* ( 0 .. 18446744073709551615 ) */ with { variant \"/*unsigned 64 bit*/\" };\n\n"
+  "    type integer unsignedlonglong ( 0 .. 18446744073709551615 ) with { variant \"/*unsigned 64 bit*/\" };\n\n"
 
   "    type float IEEE754float with { variant \"/*IEEE754 float*/\" };\n\n"
 
-- 
GitLab