Index: mkpw.c ================================================================== --- mkpw.c +++ mkpw.c @@ -26,18 +26,17 @@ # include # include # include # define _cl_opt o('n',nocopy,copy = false) #else -# define _cl_opt +# define _cl_opt o('n',nocopy,/* do nothing*/) #endif #define options \ o('l',lower,mode = lower) \ o('m',mix,mode = mix) \ o('u',upper,mode = upper)\ - o('n',nocopy,copy = false)\ _cl_opt enum /* constants */ { null = 0, true = 1, false = 0 };