mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-04 18:18:56 +01:00
Add back g_memmove
This commit is contained in:
@@ -2889,10 +2889,8 @@ _______EOF
|
|||||||
|
|
||||||
|
|
||||||
cat >>$outfile <<_______EOF
|
cat >>$outfile <<_______EOF
|
||||||
#ifndef G_DISABLE_DEPRECATED
|
|
||||||
#define g_ATEXIT(proc) (atexit (proc))
|
#define g_ATEXIT(proc) (atexit (proc))
|
||||||
#define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
|
#define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
|
||||||
#endif
|
|
||||||
$glib_defines
|
$glib_defines
|
||||||
$glib_os
|
$glib_os
|
||||||
$glib_static_compilation
|
$glib_static_compilation
|
||||||
|
|||||||
Reference in New Issue
Block a user