summaryrefslogtreecommitdiff
path: root/build-aux/gl/lib/clean-temp.c.diff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2021-05-07 14:47:04 -0500
committerEric Blake <eblake@redhat.com>2021-05-07 14:47:04 -0500
commit0b98fb45910bba58a0a64192443b1d71fbf19ecf (patch)
tree7c751929d43352234572cfe4d770c944b7c9b2c8 /build-aux/gl/lib/clean-temp.c.diff
parentd69fa5284851b2b7aac25ffac638b6b379994db5 (diff)
downloadm4-0b98fb45910bba58a0a64192443b1d71fbf19ecf.tar.gz
maint: Redirect developers to active branch
_This_ branch does not contain actively-developed code. More likely, you want to check out branch-1.4 (latest stable), branch-1.6 (some speedups over 1.4, but not yet released), or branch-2.0 (many more experimental changes, and even further from release). * README: Document the status of this git repository.
Diffstat (limited to 'build-aux/gl/lib/clean-temp.c.diff')
-rw-r--r--build-aux/gl/lib/clean-temp.c.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/build-aux/gl/lib/clean-temp.c.diff b/build-aux/gl/lib/clean-temp.c.diff
deleted file mode 100644
index 2eafde69..00000000
--- a/build-aux/gl/lib/clean-temp.c.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git i/lib/clean-temp.c w/lib/clean-temp.c
-index 40ec02f..1053312 100644
---- i/lib/clean-temp.c
-+++ w/lib/clean-temp.c
-@@ -582,6 +582,9 @@ static bool
- supports_delete_on_close ()
- {
- static int known; /* 1 = yes, -1 = no, 0 = unknown */
-+ /* M4 wants to close and later reopen a temporary file, so
-+ delete-on-close must not be used. */
-+ known = -1;
- if (!known)
- {
- OSVERSIONINFO v;