Hi. This is a minor documentation change in dfa.c. I hope next week to make another attempt at RRI patches.
Thanks, Arnold ----------------------------- diff --git a/src/dfa.c b/src/dfa.c index 6ab0ab4..1f79fc0 100644 --- a/src/dfa.c +++ b/src/dfa.c @@ -46,7 +46,7 @@ #include "gettext.h" #define _(str) gettext (str) -#include "mbsupport.h" /* defines MBS_SUPPORT if appropriate */ +#include "mbsupport.h" /* defines MBS_SUPPORT to 1 or 0, as appropriate */ #include <wchar.h> #include <wctype.h>
