diff --git a/util/opt/param.h b/util/opt/param.h index ff9877426..bce3e3a8a 100644 --- a/util/opt/param.h +++ b/util/opt/param.h @@ -16,4 +16,4 @@ #define ps_sym (sp_lpseu+1) #define ps_last ps_sym -#define BMASK 0377 +#define BMASK 255 /* 0377 is unsigned, which may cause problems */