From a90e93f454c62c7aa5227459a5bbe4ff5eeed78b Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 18 Dec 2019 04:00:11 +0000 Subject: 45076: internal: Simplify handling of try_tryflag. No functional change. try_tryflag isn't assigned anywhere, other than at initialization and by these lines, so we don't need to save and restore the value. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 742ddab9d..cc0ad1d8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-12-18 Daniel Shahaf + * 45076: Src/loop.c: internal: Simplify handling of + try_tryflag. No functional change. + * 45066: Src/builtin.c, Src/exec.c, Src/params.c: internal: Document forklevel, locallevel, and exit_pending. -- cgit 1.4.1