diff options
| author | Stefan Kangas | 2022-08-07 13:32:45 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-07 14:50:05 +0200 |
| commit | cf98a395d017c16da8126ff689d43de192efc14a (patch) | |
| tree | 8cff26d9e58a2a9e970607fe57117503b02baa3c /lib-src | |
| parent | 4252cea163c2a7bde2ebedfa46b4f1fdc11d7d60 (diff) | |
| download | emacs-cf98a395d017c16da8126ff689d43de192efc14a.tar.gz emacs-cf98a395d017c16da8126ff689d43de192efc14a.zip | |
* lib-src/etags.c: Remove XEmacs support.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index ef112579264..ed8a2184649 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -87,14 +87,6 @@ University of California, as described above. */ | |||
| 87 | 87 | ||
| 88 | #include <config.h> | 88 | #include <config.h> |
| 89 | 89 | ||
| 90 | /* WIN32_NATIVE is for XEmacs. | ||
| 91 | MSDOS, WINDOWSNT, DOS_NT are for Emacs. */ | ||
| 92 | #ifdef WIN32_NATIVE | ||
| 93 | # undef MSDOS | ||
| 94 | # undef WINDOWSNT | ||
| 95 | # define WINDOWSNT | ||
| 96 | #endif /* WIN32_NATIVE */ | ||
| 97 | |||
| 98 | #ifdef MSDOS | 90 | #ifdef MSDOS |
| 99 | # undef MSDOS | 91 | # undef MSDOS |
| 100 | # define MSDOS true | 92 | # define MSDOS true |