patch-2.2.0-pre8 linux/scripts/tkparse.h

Next file: linux/scripts/ver_linux
Previous file: linux/scripts/tkparse.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre7/linux/scripts/tkparse.h linux/scripts/tkparse.h
@@ -58,10 +58,10 @@
   struct kconfig 	* next;
   int 			  flags;
   enum 			  token tok;
-  char   		  menu_number;
-  char   		  menu_line;
-  char   		  submenu_start;
-  char   		  submenu_end;
+  int   		  menu_number;
+  int   		  menu_line;
+  int   		  submenu_start;
+  int   		  submenu_end;
   char 			* optionname;
   char 			* label;
   char 			* value;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov