[glib/halfline/debug-metrics: 2/22] Add back g_memmove




commit 1431bc1e565d2955a091a0c8d542cccda64e3fc7
Author: rpm-build <rpm-build>
Date:   Sat Mar 21 11:18:05 2015 -0400

    Add back g_memmove

 configure.ac | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2013d198e..a5384c00a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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


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