diff options
| author | Glenn Morris | 2010-05-18 19:51:51 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-18 19:51:51 -0700 |
| commit | d494e8f280d632eda3ed2feab993a97b104cd788 (patch) | |
| tree | 87b8737879ca3dd9971bcaabf51b5b2688a23453 /src/s | |
| parent | ebbc2619f0c902a818c94ddeb46f8bbb6242303a (diff) | |
| download | emacs-d494e8f280d632eda3ed2feab993a97b104cd788.tar.gz emacs-d494e8f280d632eda3ed2feab993a97b104cd788.zip | |
Minor msdos build change.
* msdos/sed2v2.inp (ORDINARY_LINK): Set here rather than in s/msdos.h.
* src/s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/msdos.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h index 90f630c8627..c78096c6b90 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -82,8 +82,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 82 | 82 | ||
| 83 | #define _NAIVE_DOS_REGS | 83 | #define _NAIVE_DOS_REGS |
| 84 | 84 | ||
| 85 | #define ORDINARY_LINK | ||
| 86 | |||
| 87 | /* command.com does not understand `...` so we define this. */ | 85 | /* command.com does not understand `...` so we define this. */ |
| 88 | #define SEPCHAR ';' | 86 | #define SEPCHAR ';' |
| 89 | 87 | ||