Skip to content

Commit

Permalink
FIX: update useless ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
xoviat committed Dec 23, 2017
1 parent 343ebbe commit 199329d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/flang/const.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ __INT_T ENTCOMN(TYPE, type)[] = {
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43};

#if defined(_WIN32) && !defined(_WIN32) && !defined(_WIN32)
#ifdef _WIN32
char *
__get_fort_type_addr(void)
{
Expand Down

0 comments on commit 199329d

Please sign in to comment.