Oops. Remove some ';'s in #defines added by a previous update.
Noticed by: bde
This commit is contained in:
parent
0f115c0427
commit
ef8ec11336
@ -82,10 +82,10 @@ __FBSDID("$FreeBSD$");
|
|||||||
#define T_SEP "," /* "Terminate-element" list separators */
|
#define T_SEP "," /* "Terminate-element" list separators */
|
||||||
|
|
||||||
#ifdef LAZY_PS
|
#ifdef LAZY_PS
|
||||||
#define DEF_UREAD 0;
|
#define DEF_UREAD 0
|
||||||
#define OPT_LAZY_f "f"
|
#define OPT_LAZY_f "f"
|
||||||
#else
|
#else
|
||||||
#define DEF_UREAD 1; /* Always do the more-expensive read. */
|
#define DEF_UREAD 1 /* Always do the more-expensive read. */
|
||||||
#define OPT_LAZY_f /* I.e., the `-f' option is not added. */
|
#define OPT_LAZY_f /* I.e., the `-f' option is not added. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user