[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dfa.h fix for gawk
From: |
Jim Meyering |
Subject: |
Re: dfa.h fix for gawk |
Date: |
Thu, 08 Apr 2010 20:19:34 +0200 |
Aharon Robbins wrote:
>>From 1d9a811652ab4811a817c3be06e09d08e3d8a09b Mon Sep 17 00:00:00 2001
> From: Arnold D. Robbins <address@hidden>
> 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.