Skip to content
Snippets Groups Projects
Commit 5e95fef9 authored by BenceJanosSzabo's avatar BenceJanosSzabo
Browse files

Removed range comments from Long types in UsefulTtcn3Types.ttcn (Bug 505633)


Change-Id: I329ae21a1c6037f69a20bd281568ada34fff2f57
Signed-off-by: default avatarBenceJanosSzabo <bence.janos.szabo@ericsson.com>
parent 2a854243
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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