source: trunk/essentials/sys-devel/m4/lib/allocsa.valgrind

Last change on this file was 3090, checked in by bird, 18 years ago

m4 1.4.8

File size: 178 bytes
Line 
1# Suppress a valgrind message about use of uninitialized memory in freesa().
2# This use is OK because it provides only a speedup.
3{
4 freesa
5 Memcheck:Cond
6 fun:freesa
7}
Note: See TracBrowser for help on using the repository browser.