patch-2.1.76 linux/scripts/tkparse.c

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

diff -u --recursive --new-file v2.1.75/linux/scripts/tkparse.c linux/scripts/tkparse.c
@@ -326,10 +326,6 @@
       tok = tok_menuoption;
       pnt += 15;
     }
-  else if (strncmp(pnt, "$MAKE ", 6) == 0) 
-    {
-      tok = tok_make;
-    }
   else if (strncmp(pnt, "comment", 7) == 0) 
     {
       tok = tok_comment;
@@ -512,9 +508,6 @@
 	{
 	  pnt = get_qstring(pnt, &kcfg->label);
 	}
-      break;
-    case tok_make:
-      kcfg->value=strdup(pnt);
       break;
     case tok_else:
     case tok_fi:

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