Module Name: src Committed By: rillig Date: Thu Sep 3 18:19:15 UTC 2020
Modified Files: src/usr.bin/make: nonints.h var.c Log Message: make(1): migrate Var_Parse API to parsing position The ApplyModifier functions already use this pattern. For simplicity and consistency Var_Parse should do the same. This saves a parameter to be passed. The migration takes place step by step, just like for the Lst functions a few days ago. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/usr.bin/make/nonints.h cvs rdiff -u -r1.484 -r1.485 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.