Module Name: src Committed By: rillig Date: Tue Aug 25 17:37:09 UTC 2020
Modified Files: src/usr.bin/make: buf.h make_malloc.h metachar.h strlist.c Log Message: make(1): allow make to be compiled in C90 mode Since the inline functions are the only C99 feature used by now, setting USER_CFLAGS='-std=c90 -ansi -Dinline=' is enough for compiling make with a C90 compiler. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/make/buf.h cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/make_malloc.h cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/metachar.h cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/strlist.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.