Skip to content

Commit 9cfdf1b

Browse files
committed
update integer64
1 parent 95cbd2d commit 9cfdf1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VendorScripts_RivieraPro.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
variable Supports2019FilePath "true"
7373
variable Supports2019AssertApi "true"
7474
}
75-
if {[expr [string compare $ToolVersion "2025.07"] >= 0]} {
75+
76+
if {$ToolVersion eq "2025.07"} {
7677
variable Supports2019Integer64Bits "true"
7778
}
7879

0 commit comments

Comments
 (0)