Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef44bca8 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files
Pull Michal's unmerged branch into the new Kbuild repository.

* 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
  genksyms: Regenerate parser
  genksyms: Fix segfault with invalid declarations
parents c1ae3cfa fde42bfc
Loading
Loading
Loading
Loading
+234 −240

File changed.

Preview size limit exceeded, changes collapsed.

+0 −2
Original line number Original line Diff line number Diff line
@@ -322,8 +322,6 @@ direct_declarator:
		{ $$ = $2; }
		{ $$ = $2; }
	| '(' declarator ')'
	| '(' declarator ')'
		{ $$ = $3; }
		{ $$ = $3; }
	| '(' error ')'
		{ $$ = $3; }
	;
	;


/* Nested declarators differ from regular declarators in that they do
/* Nested declarators differ from regular declarators in that they do