regex.h included with GHC 6.4.2
22 Jul
2006
22 Jul
'06
12:49 a.m.
Am I crazy or is there an error in regex.h included with GHC? On line 110 there appears to be an extraneous or unterminated 'extern "C" {' Regards, Rich
25 Jul
25 Jul
12:04 a.m.
Rich Fought wrote:
Am I crazy or is there an error in regex.h included with GHC?
On line 110 there appears to be an extraneous or unterminated 'extern "C" {'
Apparently so. It was added in rev 1.2 of libraries/cbits/regex/regex.h by simonpj, but it looks like a typo (or cut&pasto). I've removed it now. Cheers, Simon
7301
Age (days ago)
7304
Last active (days ago)
1 comments
2 participants
participants (2)
-
Rich Fought -
Simon Marlow