From: Ian Lynagh Date: Sat, 16 Feb 2008 14:10:31 +0000 (+0000) Subject: Generate foo(void) rather than foo() in FFI stub files X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4ed757bae92c8132d4b6c8e07115b28999763c76;hp=4ed757bae92c8132d4b6c8e07115b28999763c76 Generate foo(void) rather than foo() in FFI stub files -Wstrict-prototypes warns about the latter. Patch from pcc in trac #2100. ---