]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/genksyms/lex.l
Fix __pfn_to_page(pfn) for CONFIG_DISCONTIGMEM=y
[linux-2.6-omap-h63xx.git] / scripts / genksyms / lex.l
index fe0dfeedf0ff54b3c59eff83fea2a97bbc338c84..fe50ff9dacd089d56760c79244c3d4cfacb4c32d 100644 (file)
@@ -62,6 +62,8 @@ MC_TOKEN              ([~%^&*+=|<>/-]=)|(&&)|("||")|(->)|(<<)|(>>)
 /* We don't do multiple input files.  */
 %option noyywrap
 
+%option noinput
+
 %%
 
 
@@ -392,7 +394,7 @@ repeat:
       break;
 
     default:
-      abort();
+      exit(1);
     }
 fini: