Skip to content

Commit 7f90c4e

Browse files
authored
Fix getsname
1 parent 77f44bb commit 7f90c4e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/flang2/flang2exe/exputil.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,11 +1107,7 @@ mk_impsym(int sptr)
11071107
}
11081108
/***** else FALLTHRU *****/
11091109
default:
1110-
#if defined(PGFTN) && defined(TARGET_WIN_X8664)
1111-
sprintf(bf, "__imp_%s", getsname2(sptr));
1112-
#else
11131110
sprintf(bf, "__imp_%s", getsname(sptr));
1114-
#endif
11151111
}
11161112

11171113
impsym = getsymbol(bf);

0 commit comments

Comments
 (0)