lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17.09-beta 12 lines 302 B view raw
1--- a/lib/Xm/XmP.h 2+++ b/lib/Xm/XmP.h 3@@ -1437,7 +1437,7 @@ extern void _XmDestroyParentCallback( 4 5 #endif /* NO_XM_1_2_BC */ 6 7-#if __GNUC__ 8+#if __GNUC__ && ! __APPLE__ 9 # define XM_DEPRECATED __attribute__((__deprecated__)) 10 # define XM_ALIAS(sym) __attribute__((__weak__,alias(#sym))) 11 #else 12