Skip to content

Commit

Permalink
Fix getsname
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored Oct 25, 2017
1 parent 77f44bb commit 7f90c4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/flang2/flang2exe/exputil.c
Original file line number Diff line number Diff line change
Expand Up @@ -1107,11 +1107,7 @@ mk_impsym(int sptr)
}
/***** else FALLTHRU *****/
default:
#if defined(PGFTN) && defined(TARGET_WIN_X8664)
sprintf(bf, "__imp_%s", getsname2(sptr));
#else
sprintf(bf, "__imp_%s", getsname(sptr));
#endif
}

impsym = getsymbol(bf);
Expand Down

0 comments on commit 7f90c4e

Please sign in to comment.