diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-07 10:59:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-07 10:59:46 (GMT) |
commit | 403569ef177348b14d7bfb85c2a488ecaf0a2117 (patch) | |
tree | d8b64e7cd6025452e44959c0d1332fe9a6d16825 /win | |
parent | 1469d7388d67343a410fc0157dedeaa7deb27ddd (diff) | |
download | tcl-403569ef177348b14d7bfb85c2a488ecaf0a2117.zip tcl-403569ef177348b14d7bfb85c2a488ecaf0a2117.tar.gz tcl-403569ef177348b14d7bfb85c2a488ecaf0a2117.tar.bz2 |
Unnecessary quotes in win/rules.vc
Diffstat (limited to 'win')
-rw-r--r-- | win/rules.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc index db65ce7..fdc68e0 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -1418,7 +1418,7 @@ OPTDEFINES = $(OPTDEFINES) /DTCL_CFG_DO64BIT OPTDEFINES = $(OPTDEFINES) /DNO_STRTOI64=1
!endif
-!if "$(TCL_MAJOR_VERSION)" == "8"
+!if $(TCL_MAJOR_VERSION) == 8
!if "$(_USE_64BIT_TIME_T)" == "1"
OPTDEFINES = $(OPTDEFINES) /D_USE_64BIT_TIME_T=1
!endif
|