Skip to content

Commit

Permalink
Merge pull request #5998 from TiberiumN/patch-2
Browse files Browse the repository at this point in the history
Add intel compiler support to times module
  • Loading branch information
dom96 authored Jun 17, 2017
2 parents d947753 + 3b0dba7 commit 9d4aa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/times.nim
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ when defined(posix) and not defined(JS):
elif defined(windows):
import winlean

when defined(vcc) or defined(bcc):
when defined(vcc) or defined(bcc) or defined(icl):
# newest version of Visual C++ defines time_t to be of 64 bits
type TimeImpl {.importc: "time_t", header: "<time.h>".} = int64
# visual c's c runtime exposes these under a different name
Expand Down

0 comments on commit 9d4aa03

Please sign in to comment.