Temporarily fix `unistr.in.h' to allow compilation with `-Wundef'.
[bpt/guile.git] / lib / libunistring.valgrind
1 # Suppress valgrind messages in an installed libunistring.
2
3 # Suppress a valgrind message about use of uninitialized memory in freea().
4 # This use is OK because it provides only a speedup.
5 {
6 libunistring_freea
7 Memcheck:Cond
8 fun:libunistring_freea
9 }