Aharon Robbins wrote:
>>From 1d9a811652ab4811a817c3be06e09d08e3d8a09b Mon Sep 17 00:00:00 2001
> From: Arnold D. Robbins <[email protected]>
> Date: Thu, 8 Apr 2010 20:42:34 +0300
> Subject: [PATCH] Fix declaration of dfabroken in dfa.h
>
> * dfa.h (dfabroken): Fix declaration to match that in dfa.c.
...
> -extern int dfabroken (struct dfa *);
> +extern int dfabroken (struct dfa const *);

Thanks.  I've pushed that.

The only change I made was to add "[GAWK]" to the log
entry to make it clear this doesn't affect grep at all:

    * dfa.h (dfabroken) [GAWK]: Fix declaration to match that in dfa.c.


Reply via email to