From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9576
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 27 Dec 2013 08:11:25 +0000 (08:11 +0000)
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 27 Dec 2013 08:11:25 +0000 (08:11 +0000)
Replace g_memmove with memmove

However there still one move g_memmove related code in "packaging/macosx/native-gtk/glibconfig.h".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54472 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/macosx/native-gtk/glibconfig.h

index e0a958931b88bca714a7f650893092de72d30437..4873b48ac7bc66f2cfac59cc237d4214e7318583 100644 (file)
@@ -78,7 +78,6 @@ typedef unsigned long gsize;
 # define g_ATEXIT(proc)        (atexit (proc))
 #endif
 
-#define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
 
 #define GLIB_MAJOR_VERSION 2
 #define GLIB_MINOR_VERSION 12