Module Name: src Committed By: kre Date: Wed Jan 16 07:14:17 UTC 2019
Modified Files: src/bin/sh: input.c Log Message: Redo 1.65 in a simpler way. This is the bit rot avoidance code that is #if 0'd and (still) has never been compiled (most likely never will be.) While here, in the same uncompiled code, deal with line number counting. Whether this is correct depends upon how this code is used, and as it never is (and never has been since line numbers first started being counted), this is somewhat speculative, but it seems likely to be the correct way to handle things. NFC (this code is still all #if 0). To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/bin/sh/input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.