mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
83d7ed8af3
Use an std::stringstream instead. get_word() and get_quoted_word() both return a buffer that's presumed to not need release, so solve this by returning a new special configword type that holds a string or eof/eol state. This cleans up caller checking for EOF/EOL to make it more explicit what they're doing, at least in the EOL cases which previously checked for NULL. Sponsored by: Klara, Inc. Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D38276 |
||
---|---|---|
.. | ||
config.5 | ||
config.8 | ||
config.h | ||
config.y | ||
configvers.h | ||
kernconf.tmpl | ||
lang.l | ||
main.cc | ||
Makefile | ||
Makefile.depend | ||
mkheaders.c | ||
mkmakefile.cc | ||
mkoptions.cc |