Module Name: src Committed By: rillig Date: Fri Dec 31 00:18:06 UTC 2021
Modified Files: src/usr.bin/make: main.c nonints.h parse.c Log Message: make: unexport types VarAssignOp and VarAssign These types are only needed in the parsing module. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.562 -r1.563 src/usr.bin/make/main.c cvs rdiff -u -r1.226 -r1.227 src/usr.bin/make/nonints.h cvs rdiff -u -r1.604 -r1.605 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.