X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FyaccParser%2Fttype.c;fp=ghc%2Fcompiler%2FyaccParser%2Fttype.c;h=e31a744c21e8d16f7c251547855f5f3aa2084554;hb=ed7464364646a28aaf27d1dbc2ceaf7a9d9ce62f;hp=caf561bd44b6f3d4d2f5a5150de0d14c82e437f6;hpb=10521d8418fd3a1cf32882718b5bd28992db36fd;p=ghc-hetmet.git diff --git a/ghc/compiler/yaccParser/ttype.c b/ghc/compiler/yaccParser/ttype.c index caf561b..e31a744 100644 --- a/ghc/compiler/yaccParser/ttype.c +++ b/ghc/compiler/yaccParser/ttype.c @@ -270,7 +270,7 @@ ttype *Rguniforall_ty(t) /************** ty_maybe_nothing ******************/ -ttype mkty_maybe_nothing() +ttype mkty_maybe_nothing(void) { register struct Sty_maybe_nothing *pp = (struct Sty_maybe_nothing *) malloc(sizeof(struct Sty_maybe_nothing));