KEYS: get_instantiation_keyring() should inc the keyring refcount in all cases
[safe/jmp/linux-2.6] / scripts / genksyms / lex.l
index 5e544a0..fe50ff9 100644 (file)
@@ -62,6 +62,8 @@ MC_TOKEN              ([~%^&*+=|<>/-]=)|(&&)|("||")|(->)|(<<)|(>>)
 /* We don't do multiple input files.  */
 %option noyywrap
 
+%option noinput
+
 %%