Module Name: src Committed By: rillig Date: Sat Aug 1 15:03:43 UTC 2020
Modified Files: src/usr.bin/make: var.c Log Message: make(1): inline literal dollar characters This reduces the code size when compiling with GCC 5. Apparently GCC wasn't sure enough that str[0] and str[1] stay the same around the call to Buf_AddByte. To generate a diff of this commit: cvs rdiff -u -r1.380 -r1.381 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.