indent(1): Do not define opchar unless it will be used.
"opchar" is only used once depending on "undef" macro being defined. Conditionalize it in the same way. Submitted by: Piotr Sephaniak
This commit is contained in:
parent
07854ccbd9
commit
bc31a0b8fc
@ -57,7 +57,9 @@ __FBSDID("$FreeBSD$");
|
||||
#include "indent.h"
|
||||
|
||||
#define alphanum 1
|
||||
#ifdef undef
|
||||
#define opchar 3
|
||||
#endif
|
||||
|
||||
struct templ {
|
||||
const char *rwd;
|
||||
|
Loading…
Reference in New Issue
Block a user