Garbage collect one pair of needless parentheses in SQL code generation;
authorschwarze <schwarze@openbsd.org>
Thu, 17 Apr 2014 19:19:54 +0000 (19:19 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 17 Apr 2014 19:19:54 +0000 (19:19 +0000)
commit143e0506ad92bb44d282400b402972211c13741d
treea55bed846fda11ff3b30fd43db91b16f6b609630
parent8ffa17aa3e7ef6f8b4fc8bb8c919fb03edd085e9
Garbage collect one pair of needless parentheses in SQL code generation;
note this doesn't affect performance, SQLite generates the same byte code.
While here, make the calls to exprspec() easier to understand.
usr.bin/mandoc/mansearch.c