avoid build failure due to Haskell keyword clash
authorJim Meyering <meyering@redhat.com>
Wed, 19 Aug 2009 12:30:02 +0000 (14:30 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 19 Aug 2009 12:56:37 +0000 (14:56 +0200)
commit64d042cb08cd724baa3f60889436d9e0e0a69263
treedeba4bab6114e5287986181987357836d7a79c8d
parent569989b7505be8e1ad556fed02805acbf38d1188
avoid build failure due to Haskell keyword clash

* src/generator.ml: Fix this particular problem by
renaming the "module" parameter to "modulename".
Avoid the general problem by ensuring that no parameter name is
in the set of nearly all Haskell, OCaml and C reserved words.
(zfile): Adjust one more offender: s/method/meth/.
src/generator.ml