Add back g_memmove

This commit is contained in:
rpm-build
2015-03-21 11:18:05 -04:00
committed by Ray Strode
parent 8ab051c5c7
commit 1431bc1e56

View File

@@ -2889,10 +2889,8 @@ _______EOF
cat >>$outfile <<_______EOF
#ifndef G_DISABLE_DEPRECATED
#define g_ATEXIT(proc) (atexit (proc))
#define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
#endif
$glib_defines
$glib_os
$glib_static_compilation