From 598d300ffa0b9542a88feae900ccdd29e35374cf Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Mon, 6 Oct 2014 20:45:04 +0800 Subject: [EVAL] Move common skipcount logic into skiploop The functions evalloop and evalfor share the logic on checking and updating skipcount. This patch moves that into the helper function skiploop. Signed-off-by: Herbert Xu --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b70fa88..1d88e13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * Exit without arguments in a trap should use status outside traps. * Do not allow break to break across function calls. + * Move common skipcount logic into skiploop. 2014-10-03 Herbert Xu -- cgit 1.4.1