main: remove EXE_EXT macro

Upstream introduced MKSH_EXE_EXT.

    modified:   main.c
This commit is contained in:
KO Myung-Hun 2015-07-21 15:41:01 +09:00
parent 4c61aeebe5
commit 26c9cc9318
1 changed files with 0 additions and 5 deletions

5
main.c
View File

@ -269,11 +269,6 @@ main_init(int argc, const char *argv[], Source **sp, struct block **lp)
return (1);
#if defined(MKSH_BINSHPOSIX) || defined(MKSH_BINSHREDUCED)
#ifdef __OS2__
#define EXE_EXT ".exe"
#else
#define EXE_EXT ""
#endif
/* are we called as -sh or /bin/sh or so? */
if (!strcmp(ccp, "sh" MKSH_EXE_EXT)) {
/* either also turns off braceexpand */