Now that awk stores chars as int we need to cast the Node * to int *.
-/* $OpenBSD: b.c,v 1.39 2023/09/18 19:32:19 millert Exp $ */
+/* $OpenBSD: b.c,v 1.40 2023/09/18 23:33:21 millert Exp $ */
/****************************************************************
Copyright (C) Lucent Technologies 1997
All Rights Reserved
setvec[lp] = 1;
setcnt++;
}
- if (type(p) == CCL && (*(char *) right(p)) == '\0')
+ if (type(p) == CCL && (*(int *) right(p)) == '\0')
return(0); /* empty CCL */
return(1);
case PLUS: