Differences From
Artifact [e02ebfb705]:
24 24
25 25 #ifdef _CLIPBOARD
26 26 # include <sys/types.h>
27 27 # include <pwd.h>
28 28 # include <stdlib.h>
29 29 # define _cl_opt o('n',nocopy,copy = false)
30 30 #else
31 -# define _cl_opt
31 +# define _cl_opt o('n',nocopy,/* do nothing*/)
32 32 #endif
33 33
34 34 #define options \
35 35 o('l',lower,mode = lower) \
36 36 o('m',mix,mode = mix) \
37 37 o('u',upper,mode = upper)\
38 - o('n',nocopy,copy = false)\
39 38 _cl_opt
40 39
41 40 enum /* constants */ {
42 41 null = 0, true = 1, false = 0
43 42 };
44 43
45 44 typedef enum bad {