diff options
| author | Eli Zaretskii | 2019-04-21 14:21:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-04-21 14:21:52 +0300 |
| commit | fd6ff29506cd55ace8fdfa1c3f370cbc7e074ec2 (patch) | |
| tree | 794cb9b0a28e6cedeb6ad8bbb322b7ac7c9b89ad /msdos | |
| parent | bacdaa5b25f9946290d81325e8f7b94c1705c0a2 (diff) | |
| parent | cd2204f0ee018ef29c2d8536b7e6d41dc9b10052 (diff) | |
| download | emacs-fd6ff29506cd55ace8fdfa1c3f370cbc7e074ec2.tar.gz emacs-fd6ff29506cd55ace8fdfa1c3f370cbc7e074ec2.zip | |
Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emacs into emacs-26
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/sed2v2.inp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 5141047a09f..26d0a77b058 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp | |||
| @@ -66,7 +66,7 @@ | |||
| 66 | /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/ | 66 | /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/ |
| 67 | /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ | 67 | /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ |
| 68 | /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ | 68 | /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ |
| 69 | /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "26.2"/ | 69 | /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "26.2.50"/ |
| 70 | /^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ | 70 | /^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ |
| 71 | /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ | 71 | /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ |
| 72 | /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ | 72 | /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ |