Module Name: src Committed By: rillig Date: Fri Apr 2 15:06:35 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: func.c tree.c Log Message: lint: rename getopname to op_name There are several functions called 'get' that allocate memory. Remove this possible confusion. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/usr.bin/xlint/lint1/func.c cvs rdiff -u -r1.259 -r1.260 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.