Accept any non-space characters in a header file (#3624)
authorSimon Marlow <marlowsd@gmail.com>
Fri, 6 Nov 2009 10:23:19 +0000 (10:23 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 6 Nov 2009 10:23:19 +0000 (10:23 +0000)
commit3035c581282adb24ae1f63c5bc970cfa5c2292ce
tree53dfa009ec2d85a2384f6c574daf3c2bab8d6ca8
parent83361f58746ae08040079a6d809127bca2ae3f4c
Accept any non-space characters in a header file (#3624)
The FFI spec doesn't say exactly which characters may occur in a
header file, so to be on the safe side we'll accept anything that
isn't a space.
compiler/parser/RdrHsSyn.lhs