bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: maint.mk: avoid to match non-cast expressions in free calls


From: Paul Eggert
Subject: Re: maint.mk: avoid to match non-cast expressions in free calls
Date: Thu, 20 Sep 2007 12:37:36 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

address@hidden writes:

>      '\<free *\( *\([^\)]+\) *[^ -+*=/%.]'

That's pretty complicated.  The regexp is just a heuristic,
so it needn't be perfect.  How about this one?

     '\<free *\( *\( *[^ *]'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]