arnold@skeeve.com wrote: > 2013-01-31 Arnold D. Robbins > > * dfa.c: Include "dfa.h" which includes regex.h after limits.h > so that RE_DUP_MAX gets the correct value. Sorry, I missed that one. We ran into that problem in Gnulib in March 2012 and I should have included the fix in the proposed Gawk patch. Revised Gawk patch attached. This affects only regex.h (to make it like gnulib regex.h with respect to RE_DUP_MAX) and mbsupport.h (to add a #define).