Would it be possible to surpass the ~32 characters limit of agrep by using 64 bit unsigned long instead of unsigned?
Tried a bit with using unsigned long and doubling some agrep.h defines and replacing (unsigned)037777777777 to the 64 bit equivalent etc. But didn't work.