gdk/abicheck.sh filter out G_GNUC stuff when doing the compare.
Thu Nov 25 14:32:35 2004 Manish Singh <yosh@gimp.org> * gdk/abicheck.sh * gtk/abicheck.sh: filter out G_GNUC stuff when doing the compare. * gtk/gtkmenuitem.c (gtk_menu_shell_button_release): add GTK_MENU_ITEM() cast.
This commit is contained in:
		 Manish Singh
					Manish Singh
				
			
				
					committed by
					
						 Manish Singh
						Manish Singh
					
				
			
			
				
	
			
			
			 Manish Singh
						Manish Singh
					
				
			
						parent
						
							3a666542f3
						
					
				
				
					commit
					1d99ca890a
				
			| @ -1,5 +1,5 @@ | ||||
| #! /bin/sh | ||||
|  | ||||
| cpp -P -DGDK_WINDOWING_X11 ${srcdir:-.}/gdk.symbols | sed -e '/^$/d' | sort > expected-abi | ||||
| cpp -P -DGDK_WINDOWING_X11 ${srcdir:-.}/gdk.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' | sort > expected-abi | ||||
| nm -D .libs/libgdk-x11-2.0.so | grep " T " | cut -d ' ' -f 3 | sort > actual-abi | ||||
| diff -u expected-abi actual-abi && rm expected-abi actual-abi | ||||
|  | ||||
		Reference in New Issue
	
	Block a user