Module Name: src Committed By: rillig Date: Thu Aug 13 20:13:46 UTC 2020
Modified Files: src/usr.bin/make: cond.c Log Message: make(1): fix type mismatch in compare_expression This was caught by a simple "typedef double Boolean" in sprite.h. If only there were a C compiler with "strict" mode, where pointers, numbers and booleans were separate and unassignable data types, this copy-and-paste typo would have been caught much earlier. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/usr.bin/make/cond.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.