Revert "mescc: Grok char foo[] parameter."
This reverts commit c4cc75105db48b550cd515751b766b2e7a88ddc3.
This commit is contained in:
parent
cb90e51068
commit
302282dcdb
|
@ -119,7 +119,6 @@
|
|||
((ellipsis) #f)
|
||||
((param-decl (decl-spec-list (type-spec (void)))) #f)
|
||||
((param-decl _ (param-declr (ident ,name))) name)
|
||||
((param-decl _ (param-declr (array-of (ident ,name)))) name)
|
||||
((param-decl _ (param-declr (ptr-declr (pointer) (ident ,name)))) name)
|
||||
((param-decl _ (param-declr (ptr-declr (pointer) (array-of (ident ,name))))) name)
|
||||
((param-decl _ (param-declr (ptr-declr (pointer (pointer)) (ident ,name)))) name)
|
||||
|
|
Loading…
Reference in a new issue