gawk: enable bit operations.

This commit is contained in:
Andrius Štikonas 2021-02-16 17:46:35 +00:00
parent 574cba3bcb
commit aa11513fdd
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ CFLAGS = -I vms \
-DHAVE_STRING_H=1 \
-DHAVE_STRTOD=1 \
-DHAVE_SYS_PARAM_H=1 \
-DHAVE_UNISTD_H=1
-DHAVE_UNISTD_H=1 \
-DBITOPS=1
.PHONY: all