]> git.eshelyaron.com Git - emacs.git/commit
Fix etags builds on non-Windows non-MS-DOS machines
authorMattias Engdegård <mattiase@acm.org>
Tue, 6 Dec 2022 16:37:22 +0000 (17:37 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 6 Dec 2022 16:37:22 +0000 (17:37 +0100)
commit43b7e7efbf4df178bb3fa42a32e90ee34de84d46
tree649fb450c2b187c33a87b48a2f9d2f9b7155a063
parent7e6d1d1c47196bf1bb5254f5c9014e25bdaf9833
Fix etags builds on non-Windows non-MS-DOS machines

* lib-src/etags.c: In this file, MSDOS is always defined but can be
either `true` or `false`, so don't used `defined MSDOS` as a condition.
lib-src/etags.c