Module Name: src Committed By: rillig Date: Sun Oct 10 08:35:34 UTC 2021
Modified Files: src/bin/sh: Makefile jobs.c Log Message: sh: remove no-op 'continue' from do-while-0 loop With Clang, the only change to the binary are the line number changes from __LINE__, GCC generates a bit different code. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/bin/sh/Makefile cvs rdiff -u -r1.112 -r1.113 src/bin/sh/jobs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.