Module Name: src Committed By: abhinav Date: Tue Aug 1 16:16:32 UTC 2017
Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Don't use the custom tokenizer when compiled with debugging on Using the custom tokenizer means one cannot interactively query the database through the SQLite shell, thus thwarting the purpose of the debug build option. Thanks to leot@ for reporting it. (While there change the debug macro from DEBUG to APROPOS_DEBUG) To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/makemandb/apropos-utils.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.