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

2007-09-20 Thread Paul Eggert
[EMAIL PROTECTED] writes: > '\

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

2007-09-20 Thread jemarch
Hi. While using main.mk in the GNU PDF sources, I found that the rule matching casts in `free' calls wrongly recognizes constructions like: free ((*data)->foo); as a cast. The actual regexp used to match a cast is: '\&2 ; exit 1; } || : -- end of makefile.foo But it doesnt work whe